body, ul, li {
    margin: 0;
    padding: 0;
}

body {
    font-family: microsoft yahei;
    background: #f0f0f0;
}

li {
    list-style: none;
}

a {
    word-break: break-all; /*支持IE，chrome，FF不支持*/
    word-wrap: break-word; /*支持IE，chrome，FF*/
}
a:hover {
    text-decoration: none;
}

.btn {
    text-shadow: none;
}

.navbar-fixed-top {
    border: none;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.modal-body .controls textarea {
    width: 100%;
    box-sizing: border-box;
}

.modal-body .manage-msg-form {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.modal-body .control-group {
    margin-bottom: 10px;
}

.modal-body .manage-msg {
    padding: 5px 10px;
    border: 1px solid #eee;
    margin: 10px 0;
    background-color: #fafafa;
}

.modal-body .red {
    color: red;
}

/*
导航
*/
.navbar .brand {
    margin-left: 0;
}

.navbar .brand img {
    width: 55px;
    height: 55px;
    max-width: 55px;
}

.navbar-inner {
    border: none !important;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    background-color: #ff633a;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #fff;
    line-height: 60px;
    padding: 0px 15px;
    font-size: 16px;
}

.navbar .btn-collapse {
    margin-top: 16px;
    margin-right: 20px;
}

.navbar .nav {
    float: right;
    margin-right: 0;
}

.navbar .btn-buy-ticket {
    display: none;
}

@media (min-width: 980px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 980px;
    }

    body > .navbar .brand {
        float: left;
        padding: 0;
    }

}

@media (max-width: 979px) {
    .navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
        background-color: #111;
    }

    body > .navbar .brand {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar .nav {
        width: 100%;
    }

    .navbar .navbar-inner {
        padding: 0;
    }

    .navbar-inverse .nav-collapse .nav > li > a {
        color: #fff;
        font-weight: normal;
    }

    .navbar .nav-buy {
        display: none;
    }

    .navbar .btn-buy-ticket {
        position: absolute;
        right: 80px;
        top: 10px;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background: #ff633a;
        border-color: #ff633a;
        display: block;
    }
}

@media (max-width: 767px) {
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-right: 0;
        margin-left: 0;
    }
}

/*
* footer
*/
.footer {
    background-color: #3a3e47;
}

.footer-nav {
    background-color: #2d3037;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #26292e;
    text-align: center;
}

.footer-nav ul {
    margin: 0 auto;
    display: inline-block;
}

.footer-nav ul li {
    border-right: 1px solid #26292e;
    padding: 0;
    float: left;
    line-height: 39px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.footer-nav ul li:first-child {
    border-left: 1px solid #26292e;
}

.footer-nav ul li:hover {
    background-color: #3a3e47;
}

.footer-nav ul li a {
    color: #b7bac1;
    display: block;
    padding: 0 14px;
}

.footer .mode-idx-link {
    margin: 15px auto 25px;
}

.footer .mode-idx-link .t-h3 {
    font-size: 14px;
    color: #b7bac1;
    line-height: 24px;
    border-bottom: 1px solid #484c57;
}

.footer .mode-idx-link .t-h3 a {
    color: #b7bac1;
}

.footer .mode-idx-link ul.list-inline li {
    line-height: 26px;
}

.footer .mode-idx-link ul.list-inline li a {
    color: #707682;
    font-size: 12px;
}

.footer .mode-idx-link ul.list-inline li a:hover {
    color: #b3c3d6;
    text-decoration: underline;
}

.footer .copy-right {
    margin-top: 25px;
    position: relative;
}

.footer .copy-right span {
    border-bottom: 1px solid #31353c;
    line-height: 28px;
    margin-bottom: 20px;
    display: block;
}

.footer .copy-right, .footer .copy-right span a {
    color: #707682;
    font-size: 12px;
}

.footer .copy-right > a {
    width: 50px;
    height: 40px;
    position: absolute;
    right: 15px;
    bottom: 18px;
    background-color: #3a3e47;
}

/*
*  login dialog
*/
.float-box {
    padding: 25px 30px;
}

.float-box h4 {
    text-align: center;
    font-size: 16px;
    padding: 12px 0 18px;
    border-bottom: 1px solid #ddd;
    margin-top: 0;
}

.float-box .login-info,
.float-box .control-label,
.float-box .form-horizontal {
    font-size: 12px;
}

.float-box .login-info {
    margin: 0 23px 5px;
    color: #666;
}

.float-box .form-horizontal {
    border-bottom: 1px dashed #ddd;
    padding: 0 23px;
    margin-bottom: 12px;
}

.float-box .form-horizontal .control-label {
    width: 64px;
    text-align: left;
    letter-spacing: 0.3em;
    color: #999;
}

.float-box .form-horizontal .controls {
    margin-left: 70px;
}

.float-box .help-inline a {
    color: #999;
}

.float-box .form-horizontal .control-group input[type="text"],
.float-box .form-horizontal .control-group input[type="password"] {
    border-radius: 0;
    width: 236px;
    border-left: 1px solid #a6a6a6;
    border-top: 1px solid #a6a6a6;
    box-shadow: inset 1px 1px 1px #efefef;
    height: 16px;
    line-height: 16px;
}

.float-box .control-group {
    margin-bottom: 15px;
}

.float-box .control-pwd {
    margin-bottom: 5px;
}

.ctl-auto-ipt {
    color: #999;
    margin-bottom: 5px;
}

.ctl-auto-ipt input {
    border-color: #999;
}

.lgn-btn {
    width: 120px;
    height: 32px;
    background: url(http://www.huxiu.com/static/img/btn_bg.png?data=20130902) no-repeat 0 -252px;
    position: relative;
    top: -1px;
    font-size: 12px;
    color: #fff;
    text-shadow: 0 0 1px #eee;
    box-shadow: none;
    border: none;
}

.lgn-btn:hover, .lgn-btn:focus {
    background: url(http://www.huxiu.com/static/img/btn_bg.png?data=20130902) no-repeat 0 -252px;
    color: #fff;
}

.lgn-reg-btn {
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    background: url(http://www.huxiu.com/static/img/btn_bg.png?data=20130902) no-repeat 0 -294px;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 1px #eee;
}

.lgn-btn:hover,
.lgn-reg-btn:hover {
    color: #fff;
}

.login-kj {
    text-align: center;
    padding: 6px 0;
}

.login-kj a {
    display: inline-block;
    width: 171px;
    height: 38px;
    line-height: 38px;
    background: url(http://www.huxiu.com/static/img/btn_bg.png?data=20130902) no-repeat -91px -168px;
    text-indent: -9999px;
    margin: 0 8px;
}

.login-kj .qq-lgn {
    background-position: -91px -210px;
}

/*
content
*/

.icon-circle {
    background: url("../image/circle.png") no-repeat;
}

.icon-login {
    background: url("../image/login.png") no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: text-bottom
}

.icon-qq {
    background-position: 0 -25px;
}

.icon-wb {
    background-position: -90px -25px;
}

.icon-wx {
    background-position: -180px -25px;
}

.icon-qq:hover {
    background-position: 0 -145px;
}

.icon-wb:hover {
    background-position: -90px -145px;
}

.icon-wx:hover {
    background-position: -180px -145px;
}

.login-ul {
    margin: 0 auto;
    height: 80px;
}

.login-ul li {
    width: 33%;
    float: left;
    text-align: center;
}

.third-party-box {
    margin-top: 25px;
}

.third-party-label {
    font-size: 12px;
    color: #ff633a;
}
h2.t-line {
    font-size: 30px;
    color: #333;
    border-bottom: 1px solid #cacaca;
    text-align: center;
    line-height: 40px;
    margin: 20px 0 20px;
    font-weight: normal;
}

h2.t-line span {
    position: relative;
    top: 20px;
    background-color: #F0F0F0;
    padding: 0 30px;
}

h2.t-bg-img {
    background: url("../image/t-bg.jpg") center no-repeat;
    height: 58px;
    margin: 0;
    text-align: center;
    font-size: 30px;
    line-height: 58px;
    font-weight: normal;
}

h2.t-bg-img span {
    color: #fff;
    margin-left: 160px;
}

.sub-title {
    color: #999;
    text-align: center;
    margin: 8px 0;
}

.section6 .sub-title {
    color: #fff;
}

.w980 {
    width: 980px;
    margin: 0 auto;
}

.section1 {
    margin-top: 60px;
    width: 100%;
}

.section2, .section2 h2.t-line span {
    background-color: #F0F0F0;
}

.section2 .section {
    padding: 10px 0 30px;
}

.section2 .summary {
    padding: 30px 0;
}

.section2 .summary li {
    line-height: 1.5;
    font-size: 16px;
    margin: 10px 0;
    padding-left: 20px;
    color: #555;
}

.section2 .summary li .icon-circle {
    margin: 5px 0px 0 -14px;
    position: relative;
    left: -6px;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
}

.section3 {
    /*background: url('../image/bgBlack.png') repeat #2b2b2b;*/
    background: #F0F0F0;
    padding-bottom: 40px;
}

.section3 .guest-box {
    margin-right: -20px;
    margin-top: 60px;
}

.section3 .guest-box li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    color: #333;
    width: 180px;
    margin: 0 15px 20px 0;
}

.section3 .guest-box li .g-head {
    /*position: absolute;*/
    left: 2px;
    top: 2px;
    width: 176px;
    height: 216px;
    border-radius: 8px;
    border: 2px solid #ff633a;
}

.section3 .guest-box li .g-name {
    margin: 6px auto;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.section3 .guest-box li .g-des {
    font-size: 14px;
    line-height: 20px;
}

.section3 .g-more {
    color: #999;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.section4 .vote-box {
    margin: 20px -20px 0px 0;
}

.methods-box {
    position: relative;
    font-size: 16px;
    color: #ff633a;
    line-height: 24px;
    border-bottom: 1px solid #ff633a;
    padding-bottom: 4px;
    cursor: pointer;
}

.methods-box:hover {
    color: #ff763a;
    border-bottom: 1px solid #ff763a;
}

.case-warp {
    margin-top: 80px;
}

.case-warp:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background: #ff633a;
    margin-top: -5px;
}

.case-title {
    position: absolute;
    font-size: 24px;
    color: #333333;
    margin-top: -53px;
}

.section4 .vote-box li {
    width: 230px;
    position: relative;
    padding: 10px 10px 45px;
    display: inline-block;
    margin: 20px 15px 0 0;
    vertical-align: top;
    background: #ffffff;
}

.section4 .vote-box li:hover {
    box-shadow: 0px 0px 5px rgba(142, 55, 133, .5);
}

.section4 .vote-box li .v-case-img {
    width: 210px;
    height: 150px;
    display: block;
    position: relative;
}

.section4 .vote-box li .v-case-img img {
    width: 100%;
    height: 100%;
    border: none;
}

.section4 .vote-box li .v-des {
    position: absolute;
    left: 10px;
    top: 130px;
    width: 200px;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: right;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
}

.section4 .vote-box li .v-des span {
    color: #ed2a5d;
    display: inline-block;
    padding: 0 5px;
}

.section4 .vote-box li .v-case-t {
    color: #333;
    line-height: 24px;
    margin: 6px 0 0;
    display: block;
    font-weight: bold;
    height: 48px;
    overflow: hidden;
}

.section4 .vote-box li .v-case-t:hover {
    text-decoration: underline;
    color: #ff763a;
}

.section4 .vote-box li .v-btn-box {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.vote-number-box {
    position: absolute;
    height: 30px;
    background: rgba(0, 0, 0, 0.70);
    font-size: 12px;
    text-align: right;
    line-height: 30px;
    color: #ffffff;
    width: 100%;
    bottom: 0;
    padding-right: 10px;
}

.vote-number-box .number {
    color: #ff633a;
    margin: 0 5px;
}

.btn-vote {
    line-height: 28px;
    padding: 0 17px;
    color: #fff;
    text-shadow: none;
    background: #ff633a;
    outline: none;
    box-shadow: none;
    border: none;
}

.btn-vote.active {
    background: #3ca5f6;
}

.btn-vote:hover,
.btn-vote:focus {

    color: #fff;
    outline: none;
}

.btn-vote:hover {
    background: #ff763a;
}

.btn-vote.disabled:hover,
.btn-vote.disabled:focus {
    background-image: none;
    background-color: #e6e6e6;
    color: #333;
}

.btn-vote.voted {
    background: #a5a4a5;
    cursor: default;
}

.section5 {
    /*background: url('../image/bgBlack.png') repeat #2b2b2b;*/
}

.section5 .rater-box {
    margin: 30px -30px 60px 0;
}

.section5 .rater-title {
    color: #ff633a;
    border-top: 1px solid #ff633a;
    text-align: center;
    margin-bottom: -20px;
}

.section5 .add-hu-box {
    text-align: center;
    margin-bottom: 80px;
}

.section5 .add-hu {
    font-size: 24px;
    color: #ffffff;
    background: #ff633a;
    padding: 8px 30px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
}

.section5 .rater-title span {
    position: relative;
    top: -24px;
    height: 30px;
    padding: 0 20px;
    background: #F0F0F0;
    font-size: 30px;
    display: inline-block;
}

.section5 .rater-box li {
    display: inline-block;
    width: 136px;
    text-align: center;
    margin: 0 27px 20px 0;
    position: relative;
    vertical-align: top;
}

.section5 .rater-box li .r-head {
    border-radius: 68px;
    /*position: absolute;*/
    left: 3px;
    top: 3px;
    width: 130px;
    height: 130px;
    border: 2px solid #ff633a;
}

.section5 .rater-box li .r-name {
    color: #333333;
    font-size: 18px;
    margin: 8px 0;
}

.section5 .rater-box li .r-des {
    color: #ff633a;
    font-size: 12px;
    line-height: 18px;
}

.section6, .section11 {
    background: url("../image/cmtBoxBg.jpg") repeat-x;
}

.section12 {
    background: url("../image/cmtBoxBg.jpg");
    background-size: auto 100%;
}

.cmt-box, .section12 .meet-box, .section11 .meet-box {
    background: url("../image/cb-bg.png") center no-repeat;
    overflow: hidden;
}

.cmt-box .cmt-bg-box {
    background: url("../image/cmtBg.png") repeat-x 0 0;
    height: 580px;
    padding: 20px;
    width: 940px;
    margin: 60px auto 84px;
    border-radius: 10px;
}

.cmt-box ul {
    background-color: #f9f9f9;
    overflow-y: auto;
    height: 100%;
}

.cmt-box li {
    padding: 20px 0;
    border-bottom: 1px dashed #dbdbdb;
    margin: 0 20px;
}

.cmt-box li .cmt-head {
    float: left;
}

.cmt-box li .cmt-head img {
    border-radius: 26px;
    border: 1px solid #dbdbdb;
    width: 50px;
    max-width: 50px;
    height: 50px;
    margin: 0;
}

.cmt-box li .cmt-cnt-box {
    margin-left: 62px;
    color: #666;
    font-size: 16px;
}

.cmt-box li .cmt-cnt-box .cmt-rater {
    line-height: 20px;
    margin-bottom: 5px;
}

.cmt-box li .cmt-cnt-box .cmt-time {
    float: right;
    font-size: 14px;
    color: #666666;
}

.cmt-box li .cmt-cnt-box .cmt-rater:focus {
    text-decoration: none;
}

.cmt-box li .cmt-cnt-box .cmt-rater .cmt-rater-name {
    font-size: 14px;
    color: #ff633a;
    display: inline-block;
    margin: 0 8px;
}

.cmt-box li .cmt-cnt-box .cmt-rater .time {
    font-size: 14px;
    float: right;
}

.cmt-box li .cmt-cnt-box .cmt-cnt {
    color: #333;
}

.section7 {
    background: #ffffff;
    padding: 20px 0 100px 0;
}

.section7 h2.t-line {
    margin: 0px 0 20px 0;
}

.section7 h2.t-line span {
    background: #ffffff;
}

.section7 ul {
    margin: 50px -52px 100px 0;
}

.section7 ul li {
    background: url("../image/vote.png") no-repeat 0 -182px;
    width: 462px;
    height: 170px;
    float: left;
    margin-right: 52px;
    position: relative;
}

.section7 ul li span {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    color: #666;
    line-height: 12px;
}

.section7 ul li a {
    display: block;
    width: 156px;
    height: 100%;
    float: right;
}

.section7 ul .vote-common.not-start a {
    cursor: default;
}

.section7 ul .vote-common {
    background-position: 0 -182px;
}

.section7 ul .vote-common:hover {
    background-position: 0 -362px;
}

.section7 ul .vote-common.not-start {
    background-position: 0 -1px;
}

.section7 ul .vote-group {
    background-position: 0 -544px;
}

.section7 ul .vote-group:hover {
    background-position: 0 -726px;
}

.section7 ul .vote-morning {
    background-position: 0 -906px;
}

.section7 ul .vote-morning:hover {
    background-position: 0 -1086px;
}

.section8, .section10 {
    /*background: url('../image/bgBlack.png') repeat #2b2b2b;*/
    overflow: hidden;
}

.section8 ul {
    margin: 60px auto 30px auto;
    position: relative;
}

.section8 ul li {
    color: #333333;
    font-size: 20px;
    text-align: center;
}

.section8 ul li .contact {
    font-size: 18px;
    margin-top: 10px;
}

.section8 ul li .contact span {
    margin-right: 40px;
}

.section8 ul li .contact span:last-child {
    margin-right: 0;
}

.section8 ul li.erweima-li {
    position: absolute;
    left: 620px;
    bottom: 0;
    margin-bottom: 0;
}

.section8 ul li.erweima-li .contact {
    font-size: 16px;
}

.section8 ul li .icon-circle {
    margin: 5px 0px 0 -14px;
    position: relative;
    left: -6px;
}

.section8 .erweima-li {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}
.section8 .erweima-box {
    width: 186px;
    height: 186px;
    padding: 12px;
    border: 2px solid #ff633a;
    border-radius: 5px;
    margin: 0 auto;
}

.section8 .erweima-box img {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.section9 {
    background: #ffffff;
}

.section9 h2.t-line span {
    background: #ffffff;
}

.section9 ul {
    margin-right: -60px;
    padding: 60px 0;
}

.section9 ul li {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 20px;
    font-size: 18px;
    color: #333;
    float: left;
    margin-right: 60px;
    text-align: center;
    margin-bottom: 20px;
}

.section9 ul li a {
    color: #333;
}

.section9 ul li:hover {
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(142, 55, 133, .5);
    color: #333;

}

.section9 ul li a {
    display: block;
}

.section9 ul li div {
    margin-top: 20px;
}

.section10 {
    padding-bottom: 60px;
}

.section10 .oul-box {
    text-align: center;
}

.section10 .oul {
    margin-right: -20px;
    display: inline-block;
}

.section10 .oul .item {
    display: inline-block;
    margin: 10px 16px 10px 0;
}

.section10 .oul .item img {
    width: 262px;
    height: 102px;
    border-radius: 6px;
}

.section10 .des {
    margin-top: 40px;
    color: #333333;
    font-size: 18px;
    margin-bottom: 8px;
}

.section10 .partner-box .des {
    margin-top: 10px;
}

.section10 .partner-box .item img {
    width: 180px;
    height: 74px;
    border-radius: 6px;
}

.section10 .partner-box {
    text-align: left;
}

.section11 {
    background: url("../image/cmtBoxBg.jpg") repeat-x;
    padding-bottom: 70px;
}

.section11 #allmap {
    width: 100%;
    height: 280px;
}

.section11 #allmap p {
    margin-left: 5px;
    font-size: 14px;
}

.section11 .addr {
    margin: 50px 0 20px;

}

.section11 .addr li {
    background: url("../image/circleWhite.png") no-repeat 0 10px;
    padding-left: 20px;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    width: 470px;
    float: left;
    margin-bottom: 10px;
}

.footer-btn-close {
    position: absolute;
    margin-left: 980px;
    z-index: 100;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.section11 .addr li.route {
    width: 408px;
}

.section11 .addr li span {
    font-size: 20px;
}

.receipt {
    position: relative;
    top: -96px;
    color: #666;
}

.section12 .meet-box .w980 {
    margin: 80px auto 100px;
}

.section12 .meet-left {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px dashed #e23f71;
}

.section12 .meet-left,
.section12 .meet-right {
    float: left;
    width: 468px;
}

.section12 ul {
    margin-top: 38px;
}

.section12 .meet-left ul:first-child,
.section12 .meet-right ul:first-child {
    margin-top: 0;
}

.section12 li {
    font-size: 16px;
    line-height: 26px;
    margin-left: 12px;
}

.section12 li:first-child {
    margin-left: 0;
    line-height: 30px;
}

.section12 li.m-t {
    margin-top: 10px;
}

.section12 li .s-l {
    position: absolute;
    color: #ffffff;
}

.section12 li .s-r {
    margin-left: 130px;
    color: #ffffff;
    width: 300px;
}

.hu-box {
    height: 60px;
    padding: 0 10px;
    line-height: 60px;
    font-size: 24px;
    background: #ff633a;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    margin-top: 70px;
    left: 50%;
    position: relative;
    margin-left: -85px;
}

.hu-box:hover, .hu-box:focus {
    color: #FFFFFF;
    text-decoration: none;
}
.section12 .time {
    color: #fff;
    background-color: #ff633a;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
}

.section12 .w110 {
    width: 110px;
    float: left;
    margin-right: 20px;
}

.section12 .time.w110 {
    width: 140px;
}

.section12 .title {
    font-size: 20px;
    color: #333333;
}

.section12 .title-r {
    width: 305px;
}

.section12 .icon-meet {
    background: url("../image/iconMeet.png") no-repeat 4px 4px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    top: 4px;
}

.section12 .meet-des {
    position: absolute;
    left: -32px;
    bottom: 40px;
    width: 220px;
    font-size: 14px;
    padding: 20px;
    line-height: 24px;
    border-radius: 6px;
    font-style: normal;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    cursor: default;
    display: none;
}

.section12 .meet-des:before {
    content: ' ';
    position: absolute;
    bottom: -26px;
    left: 23px;
    border-width: 16px 4px 10px 24px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .6) transparent transparent;
}

.section4 {
    background: #f0f0f0;
    padding-bottom: 80px;
    margin: 0 auto;
}

.section4 .voted-box li.end {
    display: none;
}

.section4 .voted-box li.end .v-case-img,
.section4 .voted-box li.end .v-des {
    opacity: .6;
}

.section4 .voted-box li.end .v-case-t {
    color: #999;
}

.section4 .voted-box li.end .v-case-t:hover {
    text-decoration: none;
    color: #999;
}

.btn-vote-result {
    margin-top: -40px;
    margin-bottom: 40px;
    line-height: 40px;
    font-size: 16px;
}

.vote-warp {
    position: fixed;
    height: 225px;
    background: rgba(0, 0, 0, 0.70);
    width: 100%;
    bottom: 0;
    z-index: 10;
    display: none;
}

.vote-line {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    height: 60px;
    font-weight: normal;
    position: relative;
}

.vote-line:before {
    content: '';
    width: 430px;
    height: 1px;
    background: rgba(0, 0, 0, 0.86);
    position: absolute;
    top: 30px;
    left: -15px;
}

.vote-line:after {
    content: '';
    width: 430px;
    height: 1px;
    background: rgba(0, 0, 0, 0.86);
    position: absolute;
    top: 30px;
    margin-left: 20px;
}

.vote-btn-warp {
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    width: 200px;
    border-radius: 6px;
    background: #ff633a;
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 20px;
    text-align: center;
}

.vote-btn-warp:hover {
    background: #ff763a;
}

.innovation-box {
    /*text-align:center;*/
}

.vote-ul-box {
    text-align: center;
}

.vote-ul {
    margin: 0 auto;
    width: 30%;
    float: left;
}

.vote-ul li {
    list-style-type: none;
    display: initial;
    width: 33%;
    float: left;
    cursor: pointer;
}

.vote-ul li .serial-number {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    display: inline-block;
}

.vote-ul li.active .serial-number {
    background: #ff633a;
}

.vote-ul li .serial-name {
    font-size: 16px;
    color: #bbbbbb;
    display: inline-block;
    margin-top: 5px;
}

.vote-ul li.active {
    color: #ff633a;
}

.vote-ul li.active .serial-number {
    color: #ffffff;
}

.ul-line {
    float: left;
    height: 40px;
    width: 2px;
    background: #FF633A;
    margin: 0 22px;
}

.vote-common-box {
    width: 100%;
    position: relative;
    margin: 60px auto 0 auto;
    display: inline-block;
    text-align: center;
}

.vote-common-box a .ticket-box {
    background: url("../image/ticket.png?v=20160323") no-repeat;
    height: 185px;
    width: 470px;
    float: left;
    background-position: -4px -8px;
    margin-right: 40px;
    position: relative;
}

.vote-common-box a .ticket-box.disabled {
    background-position: -4px -900px;
}
/*.vote-common-box a .ticket-box:hover{*/
/*background: url("../image/ticket.png");*/
/*height: 185px;*/
/*width: 470px;*/
/*float: left;*/
/*background-position: -4px -458px;*/
/*margin-right: 40px;*/
/*}*/
.vote-common-box a:nth-child(2) .ticket-box {
    background-position: -4px -228px;
    margin-right: 0px;
}

.vote-common-box a:nth-child(2) .ticket-box.disabled {
    background-position: -4px -1124px;
}

/*.vote-common-box a:nth-child(2) .ticket-box:hover{*/
/*background-position: -4px -678px;*/
/*margin-right: 0px;*/
/*}*/
.vote-common-left {
    width: 540px;
    float: left;
}

.vote-common-right {
    width: 200px;
    float: left;
}

.vote-common-species {
    width: 230px;
    height: 90px;
    background: #e24d26;
    border: 1px solid #d84130;
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    line-height: 86px;
    border-radius: 4px;
    margin-top: 75px;
    margin-left: 50px;
    float: left;
}

.vote-common-price {
    font-size: 80px;
    color: #fff;
    margin-top: 60px;
    margin-left: 310px;
}

.vote-common-price span {
    font-size: 24px;
}

.icon {
    display: inline-block;
    background: url("../image/pointBg.png");
    width: 100px;
    height: 106px;
    background-repeat: no-repeat;
    vertical-align: text-bottom
}

.icon-anli {
    display: inline-block;
    background: url("../image/icon.png");
    width: 129px;
    height: 107px;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    background-position: 0 0;
    position: absolute;
    z-index: 100;
    margin-left: -135px;
    margin-top: 200px;
    cursor: pointer;
}

.icon-anli:hover {
    background-position: 0 -120px;
}

.icon-left-line {
    position: absolute;
    left: 0;
    background-position: -19px 0;
    width: 20px;
}

.icon-right-line {
    position: absolute;
    right: 0;
    background-position: -65px -3px;
    width: 20px;
}

.icon-center-line {
    position: absolute;
    left: 540px;
    background-position: -48px 0;
    width: 20px;
}

.vote-common-right {
    text-align: center;
    font-size: 48px;
    color: #ffffff;
    padding-top: 50px;
}

button {
    outline: none;
}

.modal-title {
    color: #ff633a;
    font-size: 24px;
}

.modal-content {
    border-radius: 0px;
}

.rules-box {
    height: 400px;
    background: #fafafa;
    padding: 10px;
    overflow: auto;
}

#rules-warp .modal-dialog, #anli-warp .modal-dialog {
    width: 700px;
}

.rules-box p {
    font-size: 16px;
    line-height: 28px;
}

.hide {
    display: none;
}

/*公用过渡*/
.transition {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.table-title {
    height: 60px;
    font-size: 18px;
    line-height: 60px;
}

.table-title div {
    width: 40%;
    float: left;
    text-align: center;
}

.table-title span {
    width: 100%;
}

.table-ul {
    background: #fafafa;
    padding: 0 20px;
    height: 350px;
    overflow: auto;
}

.table-ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 18px 0;
    cursor: pointer;
    margin-left: 15px;
}

.anli-title {
    font-size: 20px;
    color: #FF7955;
    margin-top: 10px;
}
.table-ul li:hover {
    color: #ff633a;
}

.table-ul li .anli-name {
    float: left;
}

.table-ul li .anli-info {
    margin-left: 200px;
}

button.close {
    font-weight: normal;
    padding: 5px !important;
    border-radius: 5px;
    position: absolute;
    right: 18px;
    top: 14px;
    margin: 0 !important;
    opacity: 1;
}

.dialog-suc {
    text-align: center;
    color: #333333;
    padding: 20px 0;
}

.btn-close {
    display: inline-block;
    padding: 6px 24px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#showVoteBox .modal-dialog {
    width: 800px;
}

#showVoteBox h4 {
    font-size: 18px;
}

.d-cnt {
    position: relative;
    overflow: auto;
    height: 400px;
}

.d-cnt .d-left {
    width: 340px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 20px;
    border-right: 1px dashed #dbdbdb;
    margin-bottom: 20px;
}

.d-cnt p {
    color: #333;
    line-height: 22px;
    margin-bottom: 10px;
    word-break: break-all;
}

.d-cnt .d-left p {
    line-height: 24px;
    text-indent: 29px;
}

.d-cnt .d-left p embed {
    margin-left: -29px;
}

.d-cnt .d-left p img {
    width: 100%;
    margin: 10px 0 10px -29px;
}

.d-cnt a {
    color: #0078ff;
    text-decoration: underline;
    word-break: break-all;
    display: block;
    text-indent: 0;
}

.d-cnt .d-right {
    margin-left: 381px;
    min-height: 300px;
    max-height: 500px;
}

.d-cnt .d-right .d-cmt-box {
    font-size: 20px;
    margin-bottom: 20px;
}

.d-cnt .d-right .d-cmt-box input {
    display: block;
    width: 96%;
    margin: 20px 0;
}

.d-cnt .d-right .d-cmt-box textarea {
    width: 96%;
    max-width: 96%;
    height: 140px;
    display: block;
    margin: 20px 0;
}

.d-cnt .d-right .d-cmt-box .btn-publish {
    float: right;
    line-height: 34px;
    width: 100px;
    padding: 0;
    color: #fff;
    text-shadow: none;
    background: #dbdbdb;
    border-color: #dbdbdb;
    outline: none;
    font-size: 16px;
    cursor: default;
}

.d-cnt .d-right .d-cmt-box .btn-publish-blue {
    background: #01a9f7;
    border-color: #01a9f7;
    cursor: pointer;
}

.d-cnt .cmt-box {
    background: none;
    border-top: 1px dashed #dbdbdb;
}

.d-cnt .cmt-box li {
    border-bottom: 0;
    margin: 20px 0;
    padding: 0;
}

.d-cnt .cmt-box li .cmt-cnt-box .cmt-cnt {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.d-cnt .cmt-box li .time {
    color: #999;
}

.modal-footer a:hover {
    color: #333;
}

.open {
    overflow: hidden;
    height: 100%;
}

.btn-zt {
    width: 100%;
    height: 40px;
    background: #ff633a;
    color: #ffffff;
    font-size: 14px;
    outline: none;
}

.btn-zt:focus {
    outline: none;
}

input, button, select, textarea {
    outline: none;
!important;
}

.btn-zt:hover {
    background: #ff763a;
    color: #ffffff;
    outline: none;
}

.massage-box {
    text-align: center;
    padding: 80px;
    font-size: 16px;
    color: #999;
}

.rules-box .f1 {
    font-size: 20px;
}

.rules-box .fw {
    font-weight: bold;
}

.rules-box .c1 {
    color: #ff633a;
}

.rules-box .bor {
    border-bottom: 1px solid #333333;
    padding-bottom: 2px;
}

.big-time {
    text-align: center;
    width: 110px;
    margin: 0 auto;
    height: 40px;
    background-color: #ff633a;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
}

.ticket-info {
    position: absolute;
    text-align: center;
    bottom: -30px;
    width: 100%;
    color: #999;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    z-index: 1000;
    text-align: center;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 40px;
    cursor: pointer;
    display: none;
}
/*移动端适配*/
@media (max-width: 980px) {
    .section12 li .s-l {
        position: relative;
    }
    .section12 li .s-r {
        color: #ffffff;
        width: 100%;
        margin-left: 0;
    }
    .vote-common-box a .ticket-box {
        width: 250px;
        height: 100px;
        text-align: center;
        background-size: 100%;
        background-position: 0 0;
        float: none;
        margin-right: auto;
        left: 50%;
        position: relative;
        margin-left: -125px;
        margin-bottom: 60px;
    }

    .ticket-info {
        top: 108px;
        bottom: auto;
    }
    .vote-common-box a:nth-child(2) .ticket-box {
        width: 250px;
        height: 100px;
        text-align: center;
        background-size: 100%;
        background-position: 0 -118px;
        margin-bottom: 0px;
    }

    .vote-common-box a .ticket-box.disabled {
        background-position: 0 -468px;
    }

    .vote-common-box a:nth-child(2) .ticket-box.disabled {
        background-position: 0 -583px;
    }
    .section12 .meet-box {
        background-size: contain;
        padding: 0 8px;
    }

    .footer-btn-close {
        position: absolute;
        z-index: 100;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        right: 20px;
        top: 10px;
    }
    .section12 .meet-left,
    .section12 .meet-right {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
        border-right: 0;
    }

    .section12 .meet-right {
        margin-top: 38px;
    }

    .section12 .title {

    }

    .section12 .title-r {
        width: 100%;
    }

    .navbar {
        position: fixed;
        top: 0;
        left: 0;
    }

    .w980 {
        width: 100%;
        padding: 0 10px;
        margin: 0 auto;
    }

    .section2 .summary {
        padding: 0 10px;
    }

    .section2 h2.t-line {
        display: none;
    }

    .section3 .guest-box {
        padding: 0;
        margin-right: 0;
        display: inline-block;
        text-align: center;
    }

    .section3 .guest-box li {
        margin: 0 10px 20px;
    }

    .section4 .vote-box {
        padding: 0px;
        margin: 30px 0 0px;
        display: inline-block;
        text-align: center;
    }

    .section4 .vote-box li {
        margin: 0 10px 20px;
    }

    .section5 .rater-box {
        padding: 0px;
        margin: 30px 0;
        display: inline-block;
        text-align: center;
    }

    .section5 .rater-box li {
        margin: 0 10px 20px;
    }

    .cmt-box {
        padding: 0 10px;
    }

    .cmt-box .cmt-bg-box {
        width: 100%;
        padding: 10px 0;
        border-radius: 12px;
        margin: 30px 0;
    }

    .cmt-box ul {
        margin: 0 10px;
    }

    .section6 .cmt-box li {
        padding-bottom: 40px;
        position: relative;
    }

    .section6 .cmt-box li .cmt-cnt-box .cmt-rater .cmt-rater-name {
        margin: 0;
        display: inline;
    }

    .section6 .cmt-box li .cmt-cnt-box .cmt-rater .time {
        position: absolute;
        right: 0;
        bottom: 10px;
    }

    .section7 {
        padding-bottom: 60px;
    }
    .section7 ul {
        margin: 30px 0;
        padding: 0 10px;
        text-align: center;
    }

    .section7 ul li {
        width: 320px;
        height: 118px;
        float: none;
        margin-right: 0;
        margin-bottom: 16px;
        position: relative;
        display: inline-block;
    }

    .section7 ul .vote-common {
        background-position: 0 -1398px;
    }

    .section7 ul .vote-common:hover {
        background-position: 0 -1526px;
    }

    .section7 ul .vote-common.not-start {
        background-position: 0 -1270px;
    }

    .section7 ul .vote-group {
        background-position: 0 -1655px;
    }

    .section7 ul .vote-group:hover {
        background-position: 0 -1783px;
    }

    .section7 ul .vote-morning {
        background-position: 0 -1910px;
    }

    .section7 ul .vote-morning:hover {
        background-position: 0 -2038px;
    }

    .section7 ul li a {
        width: 108px;
    }

    .section8 ul {
        padding: 0 10px;
    }

    .section8 ul li .contact span {
        margin-right: 0px;
        display: block;
    }

    .section8 ul li.erweima-li {
        left: 0;
        position: relative;
        text-align: center;
        padding-left: 0;
    }

    .section8 .erweima-box {
        display: inline-block;
    }

    .section9 ul {
        margin: 0;
    }

    .section9 ul li {
        float: none;
        margin: 20px 10px;
    }

    .section10 .oul-box {
        text-align: center;
    }

    .section10 .oul {
        margin-right: 0;
    }

    .section10 .oul .item {
        margin: 10px 8px;
    }

    .section11 .allmap-box {
        width: 96%;
        padding: 2%;
    }

    .section11 .addr {
        padding: 0 10px;
    }

    .receipt {
        top: -22px;
        padding: 0 5px;
        line-height: 18px;
        text-align: center;
    }

}

@media (max-width: 750px) {
    .third-party-label {
        display: none;
    }

    .third-party-box {
        display: none;
    }

    .massage-box {
        padding: 30px 10px;
    }
    .back-to-top {
        display: block;
    }
    .section12 {
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#FC9246), to(#E25935));
    }
    .vote-line:before, .vote-line:after {
        background: none;
    }

    .d-cnt {
        height: auto;
    }
    h2.t-bg-img {
        font-size: 24px;
    }

    h2.t-bg-img span {
        margin-left: 80px;
    }


    h2.t-line span {
        font-size: 21px;
    }


    .sub-title {
        font-size: 12px;
    }

    #showVoteBox .modal-dialog {
        width: auto;
    }

    .section3 {
        padding-bottom: 30px;
    }

    .section3 .g-more {
        margin-top: 10px;
    }
    .section3 .guest-box li {
        width: 120px;
    }

    .vote-ul {
        width: 100%;
    }

    .ul-line {
        display: none;
    }
    .section3 .guest-box li .g-bg {
        width: 120px;
        height: 147px;
    }

    .vote-ul li {
        margin-bottom: 10px;
    }

    .vote-ul li .serial-number {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .vote-ul li .serial-name {
        font-size: 12px;
    }

    .vote-btn-warp {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .section3 .guest-box li .g-head {
        width: 116px;
        height: 143px;
    }

    .cmt-box .cmt-bg-box {
        height: 440px;
    }

    .section4 .vote-box li {
        width: 150px;
        margin: 0 4px 20px;
        box-sizing: border-box;
        padding: 6px 6px 38px;
    }

    .section4 .vote-box li .v-case-img {
        position: relative;
        width: 100%;
        height: 104px;
    }

    .section4 .vote-box li .v-des {
        top: 84px;
        width: 136px;
        box-sizing: border-box;
        left: 6px;
        height: 26px;
        line-height: 26px;
    }

    .section4 .vote-box li .v-case-t {
        word-break: break-all;
    }

    .section4 .vote-box li .v-btn-box {
        bottom: 6px;
    }

    .section5 .rater-box li {
        width: 86px;
    }

    .section5 .rater-box li .r-bg {
        width: 86px;
        height: 86px;
    }

    .section5 .rater-box li .r-head {
        width: 80px;
        height: 80px;
    }

    .section7 ul {
        padding: 0;
    }

    .cmt-box li {
        margin: 0 10px;
    }

    .section11 .addr {
        box-sizing: border-box;
    }

    .section11 .addr li {
        width: 100%;
        float: none;
        box-sizing: border-box;
    }

    .section11 .addr li.route {
        width: 100%;
    }

    .section10 .partner-box .item img {
        width: 120px;
        height: 49px;
    }

    .section11 .addr li.route {
        margin-bottom: 20px;
    }

    .section5 .rater-title span {
        position: relative;
        top: -16px;
        height: auto;
        padding: 0 20px;
        background: #F0F0F0;
        font-size: 20px;
    }

}


@media (max-width: 820px) {

    .d-cnt .d-left {
        width: 100%;
        position: static;
        padding-right: 0;
        border-right: 0;
    }

    .d-cnt .d-left p embed {
        width: 100%;
    }

    .d-cnt .d-right {
        margin-left: 0;
    }

    #showVoteBox .modal-body {

    }

    #showVoteBox .modal-body, #rules-warp .modal-dialog, #anli-warp .modal-dialog {
        max-height: 350px;
        overflow: auto;
        width: auto;
    }

    .table-ul li .anli-info {
        margin-left: 30%;
    }

}

@media (max-width: 350px) {
    .section4 .vote-box li {
        width: 138px;
    }

    .section8 ul li {
        font-size: 18px;
    }
}






