/**
 * Created by Tomson on 14-8-7.
 */

*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body
{
    font-family: '微软雅黑','Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;

    background-color: #f1f1f1;
}
body > a
{
    display: none;
}
a,
a:hover,
a:focus,
a:active
{
    cursor: pointer;
    text-decoration: none;
}

p
{
    margin: 0 0 20px;
}

h1
{
    font-size: 31px;
    line-height: 50px;

    height: 50px;

    color: #000;
}

h2
{
    font-size: 24px;
    line-height: 42px;

    height: 42px;

    color: #000;
}

h3
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    color: #000;
}

h5
{
    font-size: 14px;
    line-height: 17px;

    height: 15px;

    color: #666;
}
ul
{
    list-style-type: none;
}
.hide
{
    display: none!important;
}
.tile-basic
{
    overflow-x: hidden;

    margin-top: 14px;

    /* border: solid 1px #d7d7d7; */
    background-color: #fff;
}

.line
{
    clear: both;

    width: 100%;
    height: 1px;
    margin: 5px auto;

    border: 0;
    background-color: #d7d7d7;
}

span.place-holder
{
    display: inline-block;

    width: 2em;
    height: 100%;
    margin: 0!important;
}

/*banner styles*/
#scroller
{
    float: left;

    width: 200%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#scroller ul
{
    display: block;
    float: left;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: left;
}

#scroller li
{
    display: block;
    float: left;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    height: 494px;

         -o-box-sizing: border-box;
}

#scroller .banner-1
{
    background-image: url('../images/banner-index-1.jpg');
    background-position: 50% 50%;
    background-size: 1600px 494px;
}

#scroller .banner-2
{
    background-image: url('../images/banner-index-2.jpg');
    background-position: 50% 50%;
    background-size: 1600px 494px;
}

ul#indicator
{
    position: relative;
    z-index: 3;

    display: block;

    width: 80px;
    max-width: 200px;
    margin: -30px auto 0 auto;
    /* text-align: center; */
}

#indicator li.on,
#indicator li.on:hover
{
    background-color: #fff;
}

#indicator li
{
    display: block;
    float: left;

    width: 15px;
    height: 15px;
    margin: 6px;

    cursor: pointer;

    border-radius: 8px;
    background-image: url('../images/radio.png');
    background-size: 15px;
}

#indicator li:hover
{
    background-color: #999;
}
.carousel-inner {
    position: relative;
}
/* .carousel-inner .item{
    position: absolute;
} */

.carousel-inner  .item  img.banner-bg
{
    display: block;
    width: 100%;
    height: auto;
}
.banner-load
{   
    width: 100%;
    height: 55%;
    position: absolute;
    bottom: 12%;
    left: 39%;
}

.banner-load .banner-txt{
    margin-left: -20px;
    margin-bottom: 30px;
    width: 300px;
    height: auto;
}
.banner-load h2
{   

    font-size: 2vw;
    font-weight: 100;
    letter-spacing:14px;
    margin: 0 0 1% 3%;
    color: #ffffff;
}
.banner-load .banner-article-mini{
    height: 15%;
}
.banner-load .banner-article-mini span{
    display: inline-block;
    font-size: 0.72vw;
    color: #84878e;
    padding: 0 1%;
}
.banner-load .banner-article-mini .mini-word1{
    margin-left: 2.5%;
    border-right: 1px solid #84878e;
}
.banner-load .banner-article-mini .mini-word2{
    border-right: 1px solid #84878e;
}
.banner-load .banner-article-mini .mini-word3{
    border-right: 1px solid #84878e;
}
.banner-load .banner-article-mini .mini-word4{
    border-right: 1px solid #84878e;
}
.banner-load .banner-article-mini .mini-word5{
    border-right: 1px solid #84878e;
}

.banner-load .banner-write-pic img
{
    width: 17%;
    margin: 2% 0 1% 1%;
}

.banner-load .banner-QRcode{
    width: 30%;
    height: 50%;
    margin: 0.5% 0 0 2.5%;
}
.banner-load .banner-QRcode img{
    width: 18%;
}


.banner-load div
{
    width: 20vw;
    min-width: 400px;
    height: 100px;
}

.banner-load div img
{
    display: block;
    float: left;

    width: 100px;
    margin-right: 7px;
}
.banner-load a
{   
    font-size: 0.8vw;
    line-height: 2vw;
    float: left;
    height: 25%;
    margin: 1px 7px 15px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px ;
    width: 1%;
    /*background-repeat : no-repeat;
    background-position : 12px center;
    background-size     : 15px;*/
}
.banner-load .app-download-btn {
    float: none;
    display: inline-block;
    margin-left: 4%;
    width: 25%;
}
.banner-load a img
{
    display: block;
    width: 5%;
    margin-top: 1%;
    margin-right: 1%;
    margin-left: 3%;
}
.banner-load a:hover
{
    background-color: rgba(255,255,255,.1);
}
.banner
{
    height: 315px !important;

    background-image: url(../images/banner-servers.jpg);
    background-position: 50% 50%;
    background-size: 1600px 315px;
}
.progress-banner
{
    height: 315px !important;

    background-image: url(../images/progress_banner.jpg);
    background-position: 50% 50%;
    background-size: 1600px 315px;
}
.entry-banner
{
    height: 315px !important;
    background-image: url('../images/banner-entry3.jpg');
    background-position: 50% 50%;
    background-size: 1600px 315px;
}

.about-banner
{
    height: 315px !important;

    background-image: url('../images/banner-aboutus3.jpg');
    background-position: 50% 50%;
    background-size: 1600px 315px;
}

.rule-banner
{
    height: 315px !important;

    background-image: url('../images/banner-rule.jpg');
    background-position: 50% 50%;
    background-size: 1600px 315px;
}

.questions-banner
{
    height: 315px !important;

    background-image: url('../images/banner-questions2.jpg');
    background-position: 50% 50%;
    background-size: 1600px 315px;
}

.wedding-banner
{
    height: 315px !important;

    background-image: url('../images/banner-swdj.jpg');
    background-position: 50% 50%;
    background-size: 1600px 315px;
}

.vip-banner
{
    height: 315px !important;

    background-image: url('../images/banner-vip1.jpg');
    background-position: 50% 50%;
    background-size: 1600px 315px;
}

.partner-banner
{
    height: 315px !important;

    background-image: url('../images/banner-partner4.jpg');
    background-position: 50% 50%;
    background-size: 1600px 315px;
}
/*common header styles*/
.header-container
{
    width: 100%;
    margin: 0 auto;
    /*height : 495px;*/
}

.top-nav
{
    z-index: 3;

    display: block;

    width: 100%;
    height: 130px;
    height: 50px\9;

    background-color: rgba(255, 255, 255, 1);
    background-color: #eaece6\9;

    filter: alpha(opacity=80);
}

/* #myCarousel{
    padding-top: 60px;
} */

#myCarousel .carousel-indicators li{
    margin-left: 10px;
}

.nav-content
{
    width: 1200px;  
    height: 100%;
    margin: 0 auto;
}

ul.top-nav-container
{
    line-height: 40px;

    display: block;
    float: right;

    height: 40px;
    margin: 50px 0px 10px auto;

    list-style-type: none;
}

ul.top-nav-container li.nav-item
{
    display: block;
    float: left;

    width: 100px;
    height: 100%;
}

ul.top-nav-container li.nav-item a
{
    font-size: 14px;
    font-weight: bold\9;
    line-height: 50px;

    display: block;

    height: 100%;

    text-align: center;

    color: #000;
}

ul.top-nav-container li.nav-item a:hover
{
    cursor: pointer;
    text-decoration: none;

    color: #0285d3;
}

li.nav-item a.activated span
{
    color: #0285d3;
}

ul.top-nav-container li.nav-item a:active
{
    text-decoration: none;

    color: #0285d3;
}

ul.top-nav-container li:last-of-type{
    width: 130px;
}
.top-nav-new{
    /* background: url("../img/new.png") top right no-repeat; */
    background-size:20px 12px;
    background-position: 103px 10px;
}
.disabled
{
    display: none!important;
}
.disabled a
{
    color: #999 !important;
}

.disabled a:hover,
.disabled a:active,
.disabled a:visited
{
    cursor: default !important;

    color: #d7d7d7 !important;
}

div.banners-container
{
    position: relative;
    z-index: 2;

    width: 100%;
    height: 494px;
    margin-top: 0;
    padding: 0;
}

div.banners-container img
{
    width: 100%;
}

.logo-btn
{
    position: absolute;

    display: block;
    padding-top: 10px;
    width: 300px;
    /*background-image    : url("../img/logo20151021.png"); background-repeat : no-repeat; background-size : 85px 25px;
	background-position : 0;*/
}

.logo-btn img
{
    display: block;

    width: 300px;
    margin-top: 5px;
}

/*common header styles end*/

/*common content styles*/
div.content-container
{
    position: relative;
    z-index: 5;

    width: 1200px;
    margin: 0 auto;
}

div.col-container
{
    width: 1200px;
    min-height: 200px;
}

/*common content styles end*/

/*common secondary content styles*/
div.secondary
{
    margin-top: -69px;
}

/*common secondary content styles end*/

/*common footer styles*/
.footer-container
{
    margin-top: 15px;
    margin-bottom: 40px;
}

.footer-container a:hover
{
    text-decoration: underline;
}

.footer-container ul.left-nav
{
    /* margin: 10px 0 0px 0 !important; */
    float: left;

    width: 660px;
    height: 25px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;

    list-style-type: none;
}

.footer-container p:not(.org-reg-addr)
{
    line-height: 20px;
}

ul.left-nav li
{
    line-height: 20px;

    float: left;

    height: 20px;

    border-left: 1px solid #d7d7d7;
}

ul.left-nav li:first-child
{
    border-left-width: 0;
}

ul.left-nav li a
{
    font-size: 14px;

    display: inline-block;

    margin: auto 13px;

    color: #000;
}

ul.left-nav li:first-child a
{
    margin-left: 0;
}

.footer-container ul.right-nav
{
    float: right;
    height: 17px;
    margin: 0;
    margin-top: 10px;
}
.footer-container ul.right-nav li
{
    float: left;
}

.footer-container ul.right-nav li img
{
    float: left;

    height: 16px;
    margin-top: 2px;
    margin-right: 5px;
}
li.weibo
{
    float: left;
    height: 20px;
    padding-right: 13px;
    border-right: 1px solid #d7d7d7;
}

li.wechat
{
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    margin-left: 13px;
    white-space: nowrap;
}

ul.right-nav li a
{
    font-size: 12px;
    line-height: 20px;

    display: inline-block;

    color: #000;
    white-space: nowrap;
}

li.weibo a
{
    display: block;
    float: left;
}

/*li.wechat a {
	margin : auto 0 auto 35px;
}*/

span.bottom-text,a.bottom-text
{
    font-size: 11px;

    color: #999;
}

span.right-content,a.right-content
{
    float: right;
}

/*common footer styles end*/

/*index page middle nav style*/
.mid-nav
{
    display: block;
    overflow: hidden;

    width: 100%;
}

.mid-nav div.nav-item
{
    float: left;

    width: 25%;
    height: 258px;

    text-align: center;

    /* border-left: 1px solid #d7d7d7; */

    *width: 24.9%;
    _width: 24.9%;
}

.mid-nav div.nav-item:hover
{
    cursor: pointer;

    background-color: #f8f8f8;
}
.mid-nav div.nav-item.no:hover
{
    cursor: auto;

    background-color: #fff;
}
.mid-nav div.nav-item.no a
{
    cursor: auto;
}
.mid-nav div.nav-item:first-child
{
    border-left-color: #fff;
}

.mid-nav div.nav-item img.nav-icon
{
    width: 122px;
    margin-top: 33px;
}

/*index page middle nav style end*/

/*index page download container style*/
div.download-container
{
    height: 438px;
    /*background-image    : url("../img/hand.jpg");
	background-repeat   : no-repeat;
	background-size     : 455px 386px;
	background-position : 0 52px;*/
}
div.download-container img.loadleft-img
{
    display: block;
    float: left;

    width: auto;
    height: 400px;
    margin-top: 35px;
}
div.download-container div.right-container
{
    float: right;

    width: 465px;
    margin-top: 20px;
    margin-right: 20px;

    text-align: center;

    _margin-right: 10px;
}

div.right-container h5
{
    margin-bottom: 25px;
}

div.download-container div.right-container div.app-item
{
    float: left;

    width: 231px;
    height: 130px;

    text-align: center;
}
div.apple-app img,
div.android-app img,
div.wp8-app img
{
    float: left;

    width: 35px;
    margin-top: 25px;
    margin-left: 25px;
}
div.apple-app
{
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

div.android-app
{
    border-bottom: 1px solid #d7d7d7;
}

div.wp8-app
{
    border-right: 1px solid #d7d7d7;
}

div.qr-code img
{
    width: 82px;
    margin-top: 12px;
}

.dyh-qr-code {
    border-right: 1px solid #d7d7d7;
}

div.download-container div.right-container div.qr-code h5
{
    display: block;

    margin-left: 0;

    text-align: center;
}

div.app-item h3,
div.app-item h5
{
    display: block;

    height: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 80px;

    text-align: left;
}

div.app-item a.download-btn
{
    font-size: 14px;
    line-height: 25px;

    display: inline-block;

    width: 75px;
    height: 25px;

    text-align: center;

    color: #fff;
    border-radius: 15px;
    background-color: #0f74c3;
}

div.app-item:hover a.download-btn,
div.app-item:focus a.download-btn
{
    background-color: #1387e2;
}

/*index page download container style end*/
/*index page price container style*/
div.price-container
{
    padding-top: 22px;
    padding-bottom: 30px;
    text-align: center;
}
div.price-container h1 {
    height: 36px;
}

a.city-list
{
    line-height: 39px;

    display: block;

    width: 126px;
    height: 39px;
    margin: 26px auto;
    padding-right: 26px;
    font-size: 18px;
    text-align: center;

    color: #fff;
    border-radius: 20px;
    background: #0084e9 url('../img/city-list-btn1.png') center right no-repeat;
    background-color: #0084e9;
}

div.price-container p.remark
{
    font-size: 12px;

    margin-bottom: -2px;
    margin-left: 30px;

    text-align: center;

    color: #666;
}

div.price-container p.remark.tl{
    text-align: left;
}
div.price-container p.remark.pdl25{
    padding-left: 25px;
}

.price-sheet-and-chart
{
    display: block;

    width: 90%;
    min-height: 350px;
    margin: 10px auto;
    /*padding: 0 20px 0 20px;*/
}
.price-left
{
    float: left;
    width: 45%;
    padding-top: 10px;
}
/*.price-left h3{
    color: #2e97d6;
    font-weight:normal;
}*/
.price-left h3 img
{
    width: auto;
    height: 25px;
    margin-right: 5px;
}
.price-left del
{
    color: #999;
}
.price-btn
{
    display: block;

    width: 200px;
    margin: 30px auto;
    padding: 10px 0;

    color: #fff;
    border-radius: 3px;
    background-color: #0f74c3;
}
.price-btn:hover
{
    color: #fff;
}
.price-right
{
    float: right;

    width: 50%;

    border-left: 1px solid #d7d7d7;
}
.price-sheet-and-chart dl
{
    width: 315px;
    height: 200px;
    /*float      : right;*/
    margin: 20px auto;
}

.price-sheet-and-chart dl dt,
.price-sheet-and-chart dl dd
{
    font-size: 14px;
    font-weight: bold;

    width: 100%;
    height: 40px;

    color: #000;
}

.price-sheet-and-chart dl dd
{
    font-weight: normal;

    padding: 10px 0;

    border-top: 1px #ccc dotted;

    *height: 20px;
}
.price-sheet-and-chart .left
{
    display: block;
    float: left;

    width: 100px;
    padding: 5px;
}

.price-sheet-and-chart .right
{
    display: block;
    float: right;

    width: 130px;
    padding: 5px;
}

.price-sheet-and-chart dl dd .left
{
    padding: 0;
}

.price-sheet-and-chart dl dd .right
{
    width: 80px;
    padding: 0;

    color: #0084e9;
}

.price-sheet-and-chart2 {
    display: block;
    width: 90%;
    min-height: 350px;
    margin: 10px auto;
}
.price-sheet-and-chart2 .price-title {
    border-bottom:1px solid #cfcfcf;
    margin: 0 116px 0 78px;
    height:56px;
}

.price-sheet-and-chart2 .price-title span {
    font-size:14px;
    color: #000;
    font-weight: bold;
    display:inline-block;
    line-height:30px;
    margin: 20px 0 0 33px;
    float: left;
}
.price-sheet-and-chart2 .price-title span.right {
    margin-left: 305px;
}

.price-sheet-and-chart2 .price-list {
    margin: 39px 116px 60px 78px;
}

.price-sheet-and-chart2 dl dd{
    height: 23px;
    margin: 32px 0;
}

.price-sheet-and-chart2 dl dd span{
    display:inline-block;
    float: left;
    font-size: 13px;
    height: 23px;
    line-height: 23px;
    text-align:left;
}

.price-sheet-and-chart2 dl dd .left{
    width:24%;
    padding:0 20px 0 12px;
}

.price-sheet-and-chart2 dl dd .mid{
    padding: 0 0 0 33px;
    color:#fff;
    background:#0084e9;
    border-radius: 3px 0 0 3px;
}
.price-sheet-and-chart2 dl dd .mid2{
    padding-left: 20px;
}

.price-sheet-and-chart2 dl dd .mid em{
    display: inline-block;
    transform: scale(.8);
    font-style: normal;
}

.price-sheet-and-chart2 dl dd .right{
    float: right;
    display:inline-block;
    width:76%;
}

.price-sheet-and-chart2 dl dd .right div{
    display:inline-block;
    float: left;
    position:relative;
    /* background:#e5e5e5; */
    background-image:-mz-linear-gradient(to right, #d4d4d4, #fff);
    background-image:-o-linear-gradient(to right, #d4d4d4, #fff);
    background-image:-webkit-linear-gradient(to right, #d4d4d4, #fff);
    background-image:linear-gradient(to right, #d4d4d4, #fff);
    width:100%;
}

.price-sheet-and-chart2 dl dd .right i{
    float: left;
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 10px solid transparent;
    border-left: 12px solid #fff;
    border-bottom: 10px solid transparent;
    margin: 1.5px 15px 0 0;
}

.price-sheet-and-chart2 dl dd .right b{
    position:absolute;
    top:0px;
    left:0;
    width: 0;
    height: 0;
    display:inline-block;
    border-top: 11px solid transparent;
    border-left: 13px solid #0084e9;
    border-bottom: 12px solid transparent;
    /* margin-top: 0.5px */
}

.price-sheet-and-chart2 .price-bottom {
    border-top:1px solid #cfcfcf;
    padding-top: 33px;
}

.price-sheet-and-chart2 .price-bottom.pdl50{
    padding-left: 50px;
}

/*.price-sheet-and-chart img {
	width : 280px;
    margin-left: 100px;
}*/

/*index page price container style end*/

/*vip page styles*/
div.vip
{
    padding-top: 60px;
    padding-bottom: 60px;
}

/*vip page styles end*/

/*entry page styles*/
div.entry
{
    float: left;
}

div.entry .custom-nav-bar
{
    width: 100%;
    height: 40px;
    margin-bottom: 8px;

    border-bottom: 1px #d7d7d7 solid;
}

div.entry .custom-nav-bar ul
{
    display: block;

    width: 1200px;
    height: 100%;
    margin: 0;
}

div.entry .custom-nav-bar li
{
    display: block;
    float: left;

    width: 24.99%;
    height: 100%;

    _width: 24.93%;
}

div.entry .custom-nav-bar li a
{
    font-size: 14px;
    line-height: 40px;

    display: block;

    width: 100%;
    height: 40px;

    cursor: pointer;
    text-align: center;

    color: #000;
    border-left: 1px #d7d7d7 solid;
}

div.entry .custom-nav-bar li:first-child a
{
    border-left: 0;
}

div.entry .custom-nav-bar li a.activated,
div.entry .custom-nav-bar li a:hover
{
    height: 39px;

    cursor: pointer;

    background-color: #f1f1f1;
}

div.col-container div.left-container
{
    float: left;

    width: 298px;
    margin-top: 15px;
    margin-bottom: 30px;
}

div.col-container div.left-container ul.section-nav
{
    overflow: hidden;

    width: 241px;
    margin-right: 0;
    margin-left: 25px;
    padding-right: 8px;

    border: 1px #d7d7d7 solid;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}

div.col-container div.left-container ul.section-nav:first-child
{
    border-top-width: 0;
}

div.col-container div.left-container ul.section-nav li
{
    line-height: 36px;

    width: 100%;
    height: 42px;
}

div.col-container div.left-container ul.section-nav li a
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    border-top: 1px #d7d7d7 solid;
}

div.col-container div.left-container ul.section-nav li a:hover,
div.col-container div.left-container ul.section-nav li a:active
{
    overflow: auto;

    overflow-style: marquee;
}

.icon-chevron-right
{
    float: right;

    margin-top: 10px;
}

div.col-container .right-container
{
    float: right;

    width: 650px;
    margin-right: 49px;
    padding-bottom: 50px;
}

.straight-matter
{
    margin-left: 30px;
}
.straight-matter .straight-matter-display{
    display: flex;
}
.straight-matter .straight-matter-display img{
    margin-left: 25px;
}

.straight-matter-mb30 img{
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
}
.straight-matter-mb30 p{
    margin-bottom: 5px !important;
}
/*section.straight-matter p {*/
/*font-size: 14px;*/
/*}*/

.straight-matter p > span
{
    display: inline-block;

    margin-left: 1em;
}

.straight-matter p > span.indent
{
    display: block;

    margin-left: 2em;
}

.single-img
{
    display: block;

    width: 75%;
    margin: 5px auto;
}

.dual-img
{
    width: 49%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.signup-content
{
    padding: 30px;
    margin: 10px auto;
}

#DriverRecruitment_driver_cars > div
{
    display: inline-block;

    margin: 10px 10px 0 0;
}

#DriverRecruitment_driver_cars input[type=checkbox]
{
    margin-top: 0;
}

input#checkallcars
{
    margin-top: 0;
}

.exam-content
{
    width: 1200px;
}

.span5_div_apply
{
    line-height: 180%;

    width: 35%;

    letter-spacing: 1px;

    color: #999;
}

.query-city,
.queue-content
{
    margin-top: 150px;

    text-align: center;
}

.queue-content
{
    margin-top: 150px;

    text-align: left;
}

.queue-content .span6
{
    width: 500px;
}

div.entry input[type=text]
{
    height: 30px;

    *height: 25px;
}

#dropdown
{
    height: 30px;
}

/*entry page styles end*/

/*about us styles*/

div.about
{
    /*display: block;*/
    font-size: 14px;
}

div.about  p
{
    line-height: 25px;

    margin-bottom: 20px;
}

div.about  p.indent
{
    text-indent: 2em;
}

/*about us styles end*/

/*wedding styles*/
.wedding
{
    padding: 60px inherit;
}

.wedding-content
{
    width: 100%;
    margin-top: 30px;
}

.wedding-content input[type=text]
{
    height: 30px;

    *height: 25px;
}

.wedding-content .span7
{
    width: 55%;
}

/*wedding styles end*/

/*questions styles*/

div.questions-content
{
    width: 100%;
}

div.questions-content div
{
    width: 80%;
    margin: 30px auto;
}

div.partner-content
{
    width: 80%;
    margin: 30px auto;
}
/*
div.partner-content p{
    margin-bottom: 10px;
}*/

div.select-container{
    width: 100%;
    height: 60px;
}

.select-container .select-china{
    display: inline;
    border: 1px solid darkgray;
    background: url("../img/china.png") 15% 51% no-repeat;
    background-size:15px 13px;
    padding: 5px 18px;
    border-radius: 4px;
}

.select-container select{
    display: inline;
    border: 1px solid darkgray;
}

.select-container .select-china span{
    margin-left: 10px
}
.select-container .provinces-select{
    margin-left: 6px;
    margin-top: 6px;
    /* width: 120px !important; */
    width: auto;
}

.select-container .city-select{
    margin-left: 6px;
    margin-top: 6px;
    width: auto;
    display: none;
}

div.questions-content div p
{
    line-height: 20px;

    margin: 0;
}

/*questions styles end*/

.wedding_vip_submit,
.answers_submit
{
    border: 0;
    background-repeat: no-repeat;
    background-position: -1px -7px;
    -webkit-background-size: 100% 100%;
            background-size: 110px 104px;
}

a.wedding_vip_submit[disabled=disabled],
.answers_submit[disabled=disabled],
a.wedding_vip_submit:focus,
.answers_submit:focus,
a.wedding_vip_submit:visited,
.answers_submit:visited,
a.wedding_vip_submit:hover,
.answers_submit:hover
{
    -webkit-transition: background-position 0 linear;
       -moz-transition: background-position 0 linear;
        -ms-transition: background-position 0 linear;
         -o-transition: background-position 0 linear;
            transition: background-position 0 linear;

    border: 0;
    background-repeat: no-repeat;
    background-position: -1px -56px;
    -webkit-background-size: 100% 100%;
            background-size: 110px 104px;
}

/*vip page style*/
.vip input[type=text]
{
    height: 30px;

    *height: 25px;
}

/*exam style*/
.question-container
{
    width: 80%;
    margin: 30px 10%;
}

.question-container dl
{
    margin: 20px 0;
}

.question-container dt
{
    font-size: 18px;
    line-height: 30px;
}

.question-container dd
{
    font-size: 14px;
    line-height: 25px;

    vertical-align: middle;
}

.question-container input[type='radio']
{
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
}

.question-container input[type='checkbox']
{
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
}

.questions-container .submit_btn
{
    width: 100%;
    margin: 50px auto;

    text-align: center;
}

.success
{
    margin-top: 100px;

    text-align: center;
}

.failed
{
    margin-top: 20px;

    text-align: center;
}

/*queue style*/
.query-result table
{
    width: 80%;
    margin: 20px auto;
}

.query-result th
{
    font-weight: bolder;

    width: 25%;
    height: 30px;
    padding-left: 10px;

    border-bottom: 1px #d7d7d7 solid;
}

.query-result td
{
    line-height: 30px;

    width: 25%;
    height: 30px;
    padding-left: 10px;

    background-color: #f1f1f1;
}
.btn-block
{
    display: block;

    width: 400px;
    height: 50px;
    padding: 10px;

    border: 1px #d7d7d7 solid;
}
.btn-block.not
{
    color: #fff;
    border-color: #4cae4c!important;
    background-color: #5cb85c!important;
}
.top-box
{
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 30px;

    width: 100px;
    height: 303px;
    /*padding: 5px;*/

    border: 1px #ccc solid;
    background-color: #fff;
    box-shadow: 5px 5px 0 #ccc;

    _position: absolute;
}
.top-box img
{
    display: block;

    width: 100px;
    height: 303px;
}

.org-reg-addr
{
    font-size: 12px;

    text-align: right;

    color: #999;
}

.fee-scale p {
	line-height: 20px;
  margin: 0;
}

div.fee-scale h5 {
	margin: 5px 0;
	color: #333;
}

.about .tit-dot {
    font-size: 16px;
    color: #178ac9;
    margin: 20px 0;
    position: relative;
    padding-left: 20px;
}

.about .tit-dot:before {
    content: "·";
    font-size: 40px;
    position: absolute;
    left: 0;
    margin-top: -2px;
    font-family: Helvetica Neue;
}

.contact-list {
    overflow: hidden;
}
.contact-list dt {
    float: left;
    clear: left;
}
.contact-list dd {
    margin-left: 70px;
}

.contact-list .region {
    margin: 0 0 20px 40px;
    color: #999;
}

.gray {color: #999;}

.QR-code img{
    width: 200px;
    height: auto;
    margin-top: 20px;
}
.QR-code p{
    font-size: 14px;
}
.QR-code ul{
    font-size: 12px;
    color: #999;
    width: 60%;
    margin-left: 20%;
    text-align: left;
    margin-top: 20px;
}

/* 法律条款以及平台规则 */
.platform-rules{
    overflow: hidden;
    font-size: 0;
}

.platform-rules li{
    float: left;
    text-align: center;
    width: 315px;
    height: 240px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    margin-left: 70px;
    margin-top: 50px;
}

.platform-rules li a{
    color: #000;
}

.platform-rules li .icon{
    padding-top: 44px;
}

.platform-rules li .icon img{
    width: 85px;
    height: 85px;
}
.platform-rules li .title{
    padding-top: 30px;
    font-size: 22px;
    font-weight: bold;
}






