﻿/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:14px;font:inherit;vertical-align:baseline;text-size-adjust:none;-webkit-text-size-adjust:none;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul,li{list-style:none;}
blockquote,q{quotes:none;}
strong{font-weight:bold;}
table{border-collapse:collapse;border-spacing:0;}
table td{border:1px solid #e8e8e8;padding-left:5px;}
body{ background:#f5f5f5;font-family:'Microsoft YaHei',"\5FAE\8F6F\96C5\9ED1","\5B8B\4F53",sans-serif;}
a:link{text-decoration: none}
.floatfix:after{content:"";display:table;clear:both;}
input {
    -webkit-appearance: none;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: checkbox;
}
.header{
    padding:12px 16px;
    background:#0a7cd5;
    overflow:hidden;
}
.header-left{
    float:left;
    width:225px;

}
.header-left img{
    width:100%;

}
.header-right{
    float:right;
    width:23px;
    position:relative;
    top:12px;
    cursor: pointer;
}
.header-right img{
    width:100%;
}
.nav{
    width:100%;
    background:#0a7cd5;
    border-top:5px solid #249dfb;
    padding:15px 0;
    position: absolute;
    bottom:0;
    top:69px;
    z-index: 19870220;
    overflow:hidden;
    min-height: 580px;
}
.nav.hide{
    display:none;
}
.nav-item a{
    display:block;
    color:#fff;
    font-size:16px;
    padding:10px 12px;
    margin:0 15px;
    border-bottom:1px solid #249dfb;
    border-bottom:1px solid rgba(36,157,251,.8);
}
.nav-user{
    margin:16px 15px;
}
.nav-user a{
    font-size:14px;
    color:#fff;
    display:inline-block;
}
.nav-user-register{
    background:url(../img/mobile/icon-edit.png) no-repeat 12px center;
    background-size:13px 14px;
    padding-left:34px;
    margin-right:40px;
}
.nav-user-login{
    background:url(../img/mobile/icon-my.png) no-repeat 12px center;
    background-size:12px 13px;
    padding-left:34px;
    margin-right:40px;
}
.nav-user-info{
    display:block;
    font-size:14px;
    color:#fff;
    margin-bottom:25px;
}

.nav-user-button{
    display:inline-block;
    height:30px;
    width:90px;
    border-radius:15px;
    line-height:30px;
    text-align: center;
}
.nav-user-center{
    background:#fba620;
    margin-right:20px;
}
.nav-user-logout{
    border:1px solid #fff;
}


/*****slider*****/
.slider{
    height:200px;
    overflow:hidden;
}
.slider img{
    width:100%;
}
.slider .pagination
{
    position: absolute;
    bottom: 10px;
    z-index: 10;
    left: 40%;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
}
.swiper-active-switch{
    width: 24px;
    background: #1099ea;
    border-radius: 5px;
}
.index-main{
    padding:10px 0 25px;
    background:#e8f5fe;
}
.index-main-tabs{
    background:#fff;
    overflow:hidden;
    font-size:18px;

}
.index-main-tabs-item{
    float:left;
    height:50px;
    line-height:50px;
    width:50%;
    text-align: center;

}
.index-main-tabs-item a{
    display:block;
    width:92px;
    margin: 0 auto;
    color:#242424;
    border-bottom:2px solid #fff;
}
.index-main-tabs-item.active a{
    height:48px;
    border-bottom:2px solid #0a7cd5;
}

.index-main-content{
    margin-top:10px;
    overflow:hidden;
}
.index-main-content.hide{
    display:none;
}
.index-main-content-item{
    /*margin:0 15px;
    padding:15px 0;
    border-bottom: 1px solid #d3d3d3;*/
    margin: 15px;
    padding: 15px;
    background: #fff;
}
.index-main-content-item a{
    display:block;
    margin-bottom:10px;
    color:#434343;
    font-size:14px;
    line-height:1.5;
}
.time{
    color:#a1a1a1;
    font-size:12px;
    background:url(../img/mobile/icon-time.png) no-repeat 0 center;
    background-size:12px;
    padding-left:20px;
}
.more{
    float:right;
    font-size:14px;
    color:#0164a5;
    margin-top:18px;
    margin-right:15px;
}
.index-conference{
    background:#fff;
    padding:22px 16px 28px;
    overflow:hidden;
}
.index-conference-title{
    font-size:18px;
    color:#242424;
}
.index-conference-list{
    margin-top:10px;
}
.index-conference-item{
    overflow:hidden;
    border-bottom:1px solid #d3d3d3;
    padding:15px 0;
}
/*.index-conference-item:last-child{
    border-style:none;
}*/
.index-conference-item-left{
    float:left;
    width:125px;
    margin-right:12px;
        max-height: 80px;
    overflow: hidden;
}
.index-conference-item-left img{
    width:100%;
}
.index-conference-item-right{
    overflow:auto;
}
.index-conference-item-right h3{
    font-size:12px;
    color:#1891e0;
    line-height:1.5;
    margin-bottom:11px;
}
.index-conference-item-right span{
    font-size:11px;
    color:#434343;
    display:block;
}
.index-conference .more{
    margin-right: 0;
}
.footer{
   background:#0a7cd5;
    font-size:11px;
    color:#fff;
    padding:16px 0;
    text-align: center;
}
/*******栏目页******/
.category-tab{
    background: #e1e1e1;
    line-height: 40px;
    overflow: hidden;
    margin:18px 15px;
}
.category-list{
    padding:0 3%;
}
.category-item.active {
    border-bottom: 2px solid #0081ff;
}
.category-item {
    float: left;
    width:25%;
    text-align:center;
    cursor: pointer;
}
.category-item.active a {
    color: #0081ff;
}
.category-item a {
    display: block;
    color: #000;
    font-size: 14px;
}
.news-list{
    padding:0 15px;
    overflow:hidden;
}
.news-item{
    background:#fff;
    margin-bottom: 12px;
  /*border:1px solid #d3d3d3;*/  
}
.news-item-pic{
    overflow:hidden;
    max-height:216px;
}
.news-item-pic img{
    width:100%;
}
.news-item-content{
    padding:12px 15px;
}
.news-item-content-title{
    font-size:16px;
    color:#383838;
    line-height:1.5;
    font-weight:bold;

}
.news-item-content-info{
    display:block;
    margin-top:10px;
    font-size:12px;
    color:#878787;
}
.news-item-content-text{
    margin-top:10px;
    font-size:12px;
    color:#878787;
    line-height:1.5;
}
.news-content{
    margin-bottom:30px;
}
.news-content.hide{
    display:none;
}
/******内容页******/
.content{
    background:#fff;
}
.content-header{
    padding:27px 15px;
    border-bottom:1px solid #d3d3d3;
    line-height:1.5;
}
.content-title{
    font-weight: bold;
    margin-bottom:12px;
}
.content-info{
    font-size:12px;
    color:#878787;
}
.content-main{
    padding:24px 15px;
    line-height:2;
}
.content-main img{
  max-width:100%;
}
.content-main p{
    margin-bottom:15px;
}

.intro-content{
    background:#fff;
    margin-bottom:30px;
    border-top:1px solid #d3d3d3;
    border-bottom:1px solid #d3d3d3;
    font-size:12px;
}
.intro-content.hide{
    display:none;
}
.intro-content-title{
    text-align: center;
    font-weight: bold;
    font-size:16px;
    padding:16px 0;
        margin: 0 10px;
    border-bottom: 1px solid #d3d3d3;
}
.intro-content-text{
    padding:22px 15px;
    line-height:2;
}
.btn-register{
    display:inline-block;
    width:74px;
    height:24px;
    line-height:24px;
    background:#fba620;
    color:#fff;
    font-size:12px;
    text-align: center;
    border-radius:4px;
}
.banner-member{
    background:url(../img/mobile/banner.png) no-repeat;
}
.banner{
  width:100%;
    height:150px;
    background-size:100% 100%;
    color:#fff;
    overflow:hidden;
}

.banner-text {
    margin-top: 20px;
    padding:0 10px;
}
.banner-text h2{
    font-weight:bold;
    font-size:18px;
    margin-bottom:12px;
}
.banner-text p{
    margin-bottom:12px;
    font-size:12px;
}
.intro-content-text-rule-item
{
    background: #f5f5f5;
    padding: 10px;
    line-height: 2;
    color: #383838;
    margin: 7px 0 15px;
}
.intro-content table th {
    border: 1px solid #e8e8e8;
    background: #f9f9f9;
    text-align: left;
    padding-left:5px;
}
.intro-content table td{
    vertical-align: middle;
}
.intro-content table td img{
    display:block;
    padding:5px 0;
}
.intro-content-text h3
{
    color: #f37917;
    font-size: 14px;
    text-align: center;
    margin-bottom: 12px;
}

.login-container{
    position:absolute;
    height:90%;
    width:100%;
top:75px;
    background:url(../img/mobile/bg.png) no-repeat;
    background-position: bottom center;
    background-size:100% 88%;
}
.login-container .login_hd{
  padding:0 5%;
    margin-top:30%;
}
.login-container .login_hd h2
{
    text-align: center;
    max-width:265px;
    color: #0a7cd5;
    margin:0 auto 30px;
}
.login-container .login_hd h2 img{
    width:100%;
}
.inputbox-inner{
    width:96%;
    height:42px;
    line-height:42px;
    border:1px solid #dadada;
    background:#f4f4f4;
    padding-left:4%;
    margin-bottom:20px;
}
.loginbox-inner{
    width:100%;
    height:42px;
    line-height:42px;
    color:#fff;
    text-align:center;
    font-size:16px;
    background:#2295e0;
    border-radius:5px;
    border-style:none;
}
.login-attact{
    margin-top:20px;
    color:#6b6b6b;
    font-size:14px;
}
.login-attact-right{
    float:right;
}
.login-attact-right a{
    color:#6b6b6b;
    font-size:14px;
}
.login-footer{
    position:absolute;
    bottom:20px;
    width:100%;
    font-size:9px;
    text-align: center;
    color:#2f2f2f;
}
/******注册******/
.signup-process{
    background:#fff;
    padding:20px 0;
    border-bottom:1px solid #d3d3d3;
}
.signup-process h2{
    font-size:16px;
    color:#383838;
    font-weight:bold;
    text-align: center;
    margin-bottom:16px;
}
.signup-process-img{
    max-width:300px;
    margin: 0 auto;
}
.signup-process-img img{
width:100%;
    display:block;
}
.signup-title{
    text-align: center;
    font-weight:bold;
    font-size:16px;
    color:#fba620;
    padding:20px 0;
}
.signup-content{
    border-top:1px solid #d3d3d3;
    border-bottom:1px solid #d3d3d3;
    background:#fff;

}
.signup-wrapper.hide {
        display:none;
    
 }
.signup-form-group{
  height: 45px;
    line-height:45px;
    border-bottom:1px solid #d3d3d3;
    font-size:14px;
    margin-left:16px;
}
.signup-form-group:last-child{
    border-style:none;
}
.signup-form-group-label{
    margin-right:10px;
    float:left;
    min-width:80px;
    color: #999;
}
.signup-form-group-content{
   /*overflow: auto;*/
   margin-left:100px;
   overflow:hidden;
    height: 100%;
}
.signup-form-group-content input{
    height:39px;
    width:100%;
    border-style: none;
    outline:none;
}
.signup-content{
    margin-bottom:30px;
}
.signup-form-group a{
    color:#0a7cd5;
}
.signup-button{
    display:block;
    width:200px;
    /*height:36px;*/
    margin:20px auto;
    line-height:36px;
    color:#fff;
    text-align: center;
    font-size:14px;
    border-radius:4px;
    border:1px solid #0a7cd5;
    background:#0a7cd5;
}
.icon-spread{
    display:block;
    width: 17px;
    height:46px;
    margin-right:10px;
    background:url(../img/mobile/icon-arr.png) no-repeat center ;
    background-size:50%;
    float:right;
}
.mask{
    position:fixed;
    top:0;
    bottom:0;
    width:100%;
    background:rgba(0,0,0,.5);
}
.close{
    float: right;
    font-weight: lighter;
    font-size: 16px;
    color: #b2b2b2;
}
.mask.hide{
    display:none;
}
.select-box{
    background:#fff;
    position:absolute;
    width:100%;
    bottom:0;
   display:none;
}
.select-box.show{
    display:block;
}
.select-box h2{
    color:#151515;
    font-size:18px;
    font-weight:bold;
    padding:30px 25px 0;
}
.select-box-content{
    margin-top:20px;
    padding:0 25px;
}
.select-box-content label{
    display:block;
    height:45px;
    line-height:45px;
}
.select-box-button{
    display:block;
    width:270px;
    height:40px;
    line-height:40px;
    color:#fff;
    font-size:16px;
    text-align:center;
    border-radius:20px;
    background:#0a7cd5;
    margin:30px auto 20px;
    box-shadow:1px 1px 5px #0a7cd5;
}
.payMode label img{
    vertical-align: middle;
    margin-left:10px;
}
.btn-operate{
    text-align: center;
}
.btn-operate .signup-button{
    width:130px;
    display:inline-block;

}
.signup-button-back{
    background:#f5f5f5;
    color:#5f5f5f;
    border:1px solid #d3d3d3;
    margin-right:15px;
}

/*******conference****/
.conference-header-img{
    overflow:hidden;
}
.conference-header-img img{
    width:100%;
    display:block;
}
.conference-header-info{
    padding:20px 18px;
    background:#fff;
    margin-bottom:15px;
}
.conference-header-info h2{
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
}
.conference-header-info h3{
    font-size:14px;
    margin-bottom:15px;
}
.conference-header-info ul li{
    margin-bottom:10px;
    font-size:14px;
}

.conference-content{
    background:#fff;
    padding-bottom:40px;
    margin-bottom:30px;
}
.conference-category{
    padding:0 15px ;
    border-bottom:1px solid #d3d3d3;
}
.conference-category-item{
    display:inline-block;
    width:25%;
    padding:10px 0;
    text-align: center;
    font-size:14px;
}
.conference-category-item.active
{
    border-bottom:2px solid #0a7cd5;
}
.conference-content-box.hide{
    display:none;
}
.conference-content-box{
    padding:20px 15px;
}
.conference-content-box h2{
    font-size:14px;
    font-weight:bold;
    color:#0a7cd5;
    margin-bottom:15px;
}
.conference-content-box-text{
    font-size:14px;
    line-height:2;
    margin-bottom:25px;
}
.conference-button{
    position:fixed;
    bottom:0;
    width:100%;
        box-shadow: 0px 1px 3px rgba(0,0,0,.5);
}
.conference-button ul li{
    width:50%;
    float: left;
    display:block;
    height:50px;
    line-height:50px;
    color:#fff;
    text-align: center;
    font-size:18px;
}
.conference-button ul li a{
    color:#fff;
}
.conference-button-register{
    background:#fba620;
}
.conference-button-login{
   background:#0a7cd5;
}
.conference-button-user{
    background:#fff;
}
.conference-button ul li.conference-button-user{
    width:60%;
}
.conference-button ul li.conference-button-signup{
    width:40%;
    background:#0a7cd5;
}
.conference-button ul li.conference-button-signup a{
display:block;
}
.conference-button ul .conference-button-user a{
    color:#383838;
    display:block;
    font-size:16px;
}
.conference-title{
    text-align: center;
    color:#0a7cd5;
    font-size:16px;
    padding:24px 0 16px;
    font-weight:bold;
}
.select-box-content-ticket{
    font-size:12px;
    color:#232328;
    border:1px solid #e5e5e5;
    padding:12px;
    border-radius:4px;
    margin-bottom:15px;
}
.select-box-content-ticket.active{
    color:#0a7cd5;
    border:1px solid #0a7cd5;
}
.signup-form-group-complete
{
    font-size: 14px;
    padding: 0 15px 10px;
    line-height: 2;
    margin-top: -1px;
    background: #fff;
}
.select-box-content-invoice {
    font-size: 12px;
    color: #232328;
    border: 1px solid #e5e5e5;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 15px;
}
.select-box-content-invoice.active
{
    color: #0a7cd5;
    border: 1px solid #0a7cd5;
}
/*pager*/
.pager ul.pagination{
	overflow:hidden;
	margin-top:30px;
text-align:center;
margin-bottom:30px;
}
.pager ul.pagination li {
    display: inline-block;
    border: 1px solid #ccc;
    margin-right: 9px;
    font-size: 14px;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
}
.pager ul.pagination li a{
  color:#878787;
}
.pager ul.pagination li.active{
	background:#1099ea;
	color:#fff;
}
/************jQuery.Validate插件样式开始********************/
label.error
{
    color: Red;
    margin:0;
    margin-left:5px;
}
input.error
{
    border: solid 1px red;
    background:#fff4f5;
}
label.valid
{
    margin:0;
    margin-left:5px;
}
/************jQuery.Validate插件样式结束********************/
.signup-content-transfer {
padding:10px;
line-height:2;
}
.signup-content-transfer-account {
    background: #f6f6f6;
    padding: 10px 0;
}
.signup-content-transfer-account span{
    margin: 10px auto;
    display: block;
}
.signup-content-transfer-account span label {
    font-weight: 600;
}

.signup-content-transfer  h4,.main-right-member-pay h4
{
   font-weight: bold;
    text-align: center;
    padding: 10px 0;    
    line-height: 1.5;
}
.signup-content-transfer p {
    text-indent:2em;
    font-size:14px;
}
 .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-thumbnails-input {
    width:80%;
}
.pay-method-button
{
    display:block;
    width: 206px;
    border: 1px solid #1891e1;
    cursor: pointer;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
    background: #1891e1;
    margin:40px auto 20px;
}
.main-right-member-pay p{
    font-size:14px;
    text-align:center;
    margin-bottom:10px;
}
.pay-qrcode {
text-align:center;
}
.signup-form-location {
 
    font-size: 14px;
    margin-left: 16px;
    padding:10px 0;
}
.signup-form-location select {
    display:inline-block;
    margin-bottom:15px;
}
.jobTitle .select-box-content label {
    display:inline-block;
    width:49%;
        line-height: 30px;
        height:30px;
}
.major  .select-box-content label {
    display:inline-block;
    width:49%;
        line-height: 30px;
        height:30px;
}
.committee  .select-box-content label {
    display:inline-block;
    width:49%;
        line-height: 30px;
        height:30px;
}
.signup-form-Intro
{
    border-bottom: 1px solid #d3d3d3;
    font-size: 14px;
    margin-left: 16px;
    padding: 10px 0;
}
.signup-content-mesage-success {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}
.signup-content-userinfo {
    width:80%;
    margin: 10px auto 30px;
    text-align: center;
    background: #eff5f9;
    padding:10px 0;
}
    .signup-content-userinfo p {
         font-size:14px;
         padding:5px 0 20px;
    }
  .signup-content-userinfo li
{
    margin-bottom: 15px;
    color: #1891ea;
    font-size:14px;
}
.conference-content-box-hotel {
   margin-bottom:20px;
}
  .conference-content-box-hotel h3 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
} 
.conference-content-box-hotel  table th
{
        text-align: left;
    border: 1px solid #e8e8e8;
   padding-left: 5px;
}
.signup-content-hotel-item {
    padding: 0 15px;
}
.signup-content-hotel-item .hotel-input{
    margin-bottom: 10px;
    border: 1px solid #d3d3d3;
    height: 25px;
    line-height: 25px;
    padding-left: 3%;
    width: 40%;
    display: inline-block;
}
.signup-content-hotel {
    display:block;
}
.signup-content-hotel input[type="checkbox"]{
    padding-left: 3%;
    margin:15px 0  15px 10px;
    position: relative;
    top: 1px;
}
.signup-content-hotel  label{
    font-size: 14px;
}
.signup-content-hotel-item.hide {
    display:none;
}

.invoice-input
{
        margin-bottom: 10px;
    border: 1px solid #d3d3d3;
    height: 25px;
    line-height: 25px;
    padding-left: 3%;
    width: 42%;
    display: inline-block;
    margin-right: 3%;
}
.invoice-input-address{
    width:90%;    
}
.conference-content-invoice-item-add-box .btn-save
{
    background: #0a7cd5;
    border: 1px solid #0a7cd4;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.conference-content-invoice-item-add-box .btn-cancel
 {
    background: #ffffff;
    border: 1px solid #d3d3d3;
    color: #2b2a2a;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}
.select-box-content-invoice-add{
    color: #f06767;
    text-align: center;
        border: 1px solid #e5e5e5;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size:12px;
    cursor:pointer;
}
.invoice-add-box.hide {
    display:none;
}
.select-box-content-invoice-add.hide {
display:none;
}
.main-right-member-pay {
    padding:0 25px;
}

.popular-item{
    overflow: hidden;
    margin: 20px 0;
        padding: 15px 10px;
        background:#fff;
}
.popular-item-left{
    float: left;
    width: 125px;
    margin-right: 12px;
}
.popular-item-left img {
    width: 100%;
}
.popular-item-right {

overflow:auto;

}
 .popular-item-right h3 {

        font-size: 14px;
    color: #1891e0;
    line-height: 1.5;
    margin-bottom: 11px;
    }

    .popular-item-right span {
        font-size:12px;
        line-height:1.5;
        color: #434343;
    }

.conference-content-box .conference-content-tips {
    text-align: center;
}
.conference-content-box .conference-content-tips a {
    display: block;
    margin: 20px auto;
}