html{
    height: 100%;
    width: 100%;
}
body{
    height: 100%;
    width: 100%;
}
.login_body{
    height: auto !important;
    overflow-x: hidden;
    background: url('../images/login/index_bg@2x.png') no-repeat;
}
.login_top_tab{
    width: 1200px;
    height: 65px;
    padding-top: 12px;
}
.login_top_tab>span{
    font-size: 16px;
    color: #fff;
    line-height: 53px;
}
.login_top_tab>span>span{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.login_top_tab img.right{
    margin-top: 6px;
    margin-left: 19px;
}
.logo{
    display: block;
    margin: 0 auto;
    margin-top: 121px;
    height: 88px;
    width: 88px;
}
.login_group{
    margin: 0 auto;
    margin-top: 29px;
    padding: 0 20px;
    padding-bottom: 20px;
    width: 480px;
	min-height: 374px;
	background-color: #ffffff;
	box-shadow: 0px 7px 9px 0px 
		rgba(13, 45, 82, 0.59);
	border-radius: 4px;
}
.group_tab_bar{
    width: 440px;
    height: 71px;
    line-height: 71px;
    font-size: 18px;
    border-bottom: solid 1px #dedede;
    color: #c9c9c9;
}
.group_tab_bar .group_login{
    cursor: pointer;
    display: inline-block;
    height: 71px;
    line-height: 71px;
    font-size: 18px;
    margin-right: 24px;
    color: #c9c9c9;
}
.group_login.active{
    border-bottom: solid 2px #43adfd;
    color: #333333;
}
.group_tab_bar .group_forget{
    color: #70c2ff;
    float: right;
}
.group_form{
    padding-right: 35px;
}
.form_item{
    float: right;
    margin-top: 20px;
}
.form_item label{
    margin-right: 10px;
}
.form_item .input_sm{
    margin-right: 8px;
}
.form_item .code{
    float: right;
}
.form_item .get_code{
    float: right;
}
.group_form input[type=submit]{
    float: right;
    margin-top: 20px;
}
.form_item.noid{
    float: none;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 35px;
    width: 100%;
    text-align: center;
}
.footer{
    position: absolute;
    bottom: 0;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.footer p{
    width: 1200px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.forget_box{
    width: 880px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: 29px;
    padding: 0 46px;
    padding-bottom: 24px;
	box-shadow: 0px 7px 9px 0px 
		rgba(13, 45, 82, 0.58);
    border-radius: 4px;
    
}
.forget_title{
    width: 100%;
    border-bottom: solid 1px #dedede;
    height: 70px;
}
.forget_title span{
    display: inline-block;
    height: 70px;
    line-height: 70px;
    border-bottom: solid 2px #43adfd;
    color: #333333;
    font-size: 18px;
}
.forget_step{
    width: 648px;
    margin: 0 auto;
    margin-top: 40px;
}
.step_line>i{
    display: inline-block;
    float: left;
    position: relative;
    top: 14px;
}
.line_in_sm{
    width: 80px;
	height: 4px;
	background-color: #43adfd;
    border-radius: 2px;
}
.line_in_out{
    width: 160px;
	height: 4px;
	background-color: #dedede;
    border-radius: 2px;
}
.line_in_out i{
    display: inline-block;
    position: relative;
    top: -11px;
    width: 80px;
	height: 4px;
	background-color: #43adfd;
    border-radius: 2px;
}
.line_out_sm{
    width: 80px;
	height: 4px;
	background-color: #dedede;
    border-radius: 2px;
}
.line_out_lg{
    width: 160px;
	height: 4px;
	background-color: #dedede;
    border-radius: 2px;
}
.line_in_lg{
    width: 160px;
	height: 4px;
	background-color: #43adfd;
    border-radius: 2px;
}
.line_rec{
    float: left;
    display:inline-block;
    text-align: center;
    line-height: 32px;
    width: 32px;
    height: 32px;
    margin: 0 12px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #dedede;
}
.line_rec.light{
    background-color: #43adfd;
}
.step_line_info span{
    float: left;
    margin-top: 12px;
    color: #c9c9c9;
    font-size: 16px;
}
.forget_step_info span:nth-child(1){
    margin-left: 59px;
}
.forget_step_info span:nth-child(2){
    margin-left: 136px;
}
.forget_step_info span:nth-child(3){
    margin-left: 152px;
}
.step_line_info .step_active{
    color: #43adfd;
}
.forget_form{
    margin: 0 auto;
    margin-top: 31px;
    width: 648px;
    padding-bottom: 30px;
	border-radius: 4px;
	border: solid 1px #eaeaea;
}
.forget_form form{
    width: 100%;
    padding-right: 124px;
}
.forget_success{
    width: 383px;
    height: 143px;
    margin: 45px 128px 10px 137px;
}
.forget_success .info{
    height: 62px;
    width: 383px;
    margin-bottom: 32px;
}
.forget_success .info img{
    float: left;
    width: 120px;
    height: 62px;
    margin-right: 20px;
}
.forget_success .info span{
    float: left;
    width: 243px;
    line-height: 25px;
    display: inline-block;
    color: #666666;
    font-size: 18px;
    text-align: center;
}
.rejister_box{
    width: 1200px;
	background-color: #ffffff;
	box-shadow: 0px 7px 9px 0px 
		rgba(13, 45, 82, 0.07);
    border-radius: 4px;
    margin-top: 48px;
    padding-bottom: 47px;
    margin-bottom: 80px;
}
.rejister_title{
    width: 1108px;
    margin: 0 auto;
    border-bottom: solid 1px #dedede;
    height: 70px;
}
.rejister_title span{
    display: inline-block;
    height: 70px;
    line-height: 70px;
    border-bottom: solid 2px #43adfd;
    color: #333333;
    font-size: 18px;
}
.rejister_step {
    width: 1082px;
    margin: 0 auto;
    margin-top: 40px;
}
.rejister_step_info span{
    margin-right: 152px;
    margin-left: 0px;
}
.rejister_step_info span:first-child{
    margin-left: 75px;
}
.rejister_step_info span:last-child{
    margin-right:0;
}
.rejister_form{
    width: 1082px;
    min-height: 500px;
    margin: 0 auto;
    margin-top: 30px;
    border: solid 1px #eaeaea;
}
.rejister_form form{
    padding-right: 348px;
    padding-top: 75px;
}
.rejister_footer{
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    padding-top: 24px;
    font-size: 12px;
    height: 80px;
    width: 100%;
    min-width: 1200px;
    margin-top: 120px;
}
.cont_group{
    width: 100%; 
    padding-left: 1px;
    padding-bottom: 30px;
}
.cont_group .cont_title{
    width: 100%;
    background-color: #fafafa;
    height: 58px;
    line-height: 58px;
    border-left: solid 4px #70c2ff;
    padding-left: 30px;
    margin-bottom: 30px;
}
.cont_group .cont_item{
    min-height: 40px;
    line-height: 40px;
    margin-top: 15px;
}
.cont_group .cont_item .info_title{
    vertical-align: top;
    display: inline-block;
    width: 315px;
    text-align: right;
    margin-right: 33px;
}
.input_tip{
    font-size: 12px;
    color: #e52e44;
}
.cont_item .checkbox{
    margin-right: 40px;
}
.cont_item .checkbox input{
    position: relative;
    top: -1px;
}
.cont_item input[type=submit]{
    margin: 0 auto;
    margin-top: 40px;
}
.rejister_audit{
    margin: 0 auto;
    margin-top: 142px;
    width: 518px;
}
.audit_btn{
    margin: 0 auto;
    margin-top: 30px;
}
.rejister_audit .audit_info{
    width: 100%;
}
.audit_info img{
    width: 120px;
    height: 63px;
    float: left;
    margin-right: 19px;
}
.rejister_audit .audit_info>span{
    display: inline-block;
    width: 378px;
}
.audit_info span{
    color: #666666;
    font-size: 18px;
    line-height: 23px;
}
.rejister_success{
    width: 428px;
    margin: 0 auto;
    margin-top: 177px;
}
.compact{
    margin: 0 auto;
    margin-top: 21px;
    width: 922px;
    height: 464px;
    margin-bottom: 15px;
    overflow: hidden;
}
.compact_info{
    width: 940px;
    height: 464px;
    overflow-y:scroll;
    -ms-overflow-style: scrollbar;
}
.agree_print{
    margin-top: 6px;
    font-size: 12px;
}
.agree_print .checkbox input{
    margin-right: 2px;
    position: relative;
    top: -1px;
}
.agree_print .checkbox span{
    font-size: 12px;
}
.agree_print a{
    font-size: 12px;
}
.compact_btn{
    margin: 0 auto;
    margin-top: 15px;
}
.rejister_done{
    width: 410px;
    margin: 0 auto;
    margin-top: 177px;
}
.rejister_done_info{
    width: 410px;
    height: 63px;
}
.rejister_done_info span{
    float: right;
    display: inline-block;
    height: 63px;
    line-height: 63px;
    color: #666666;
    font-size: 18px;
}
/* ===========home主页============== */


.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-wrapper {
    position: relative;
    overflow: auto;
    text-align: center;
    width: 100% !important;
    height: 100% !important;
    
}
.swiper-wrapper li {
    list-style: none;
    height: 100% !important;
}
.swiper-wrapper ul{
    height: 100% !important;
}
.swiper-wrapper ul li {
    float: left;
    overflow: hidden;
}
.swiper-wrapper ul li img{
    width: 100% !important;
    height: 100% !important;
}
.swiper-wrapper .dots{
    width: 100%;
    position: absolute;
    bottom: 41px;
    text-align: center;
}
.swiper-wrapper .dots li {
    display: inline-block;
    width: 24px;
    height: 10px !important;
    margin: 0 5px;
    text-indent: -999em;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    opacity: .6;
    background: #fff;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.swiper-wrapper .dots li.active {
    background: #43ADFD;
    opacity: 1;
}

/* ==================================== */

.home-top{
    position: relative;
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    height: 40vw;
    min-height: 480px;
    max-height: 768px;
}
.home-top .banner-top{
    width: 100%;
    top: 0;
    height: 60px;
    position: absolute;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.2)
}
.banner-top .top_right:hover{
    background-color: rgba(0, 0, 0, 0.4)
}
.banner-top .top_right>a{
    color: #fff;
}
.banner-top .top-select {
    color: #fff;
    margin-top: 13px;
}
.home-top .left_logo.left{
    /* width: 201px; */
    margin-top: 12px;
}
.banner-top img.right{
    margin-top: 13px;
}
.banner-top .language-phone{
    line-height: 60px;
    position: relative;
}
.banner-top .language-phone select{
    background: none;
    border: none;
    width: 75px;
    color: #fff;
    height: 18px;
    border-radius: 0;
}
.banner-top .language-phone img{
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.telephone-unmber{
    color: #fff;
    font-size: 14px;
    margin: 0 20px;
}
.telephone-unmber span{
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.home-top .banner-bottom{
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 60px;
    bottom: 0;
}
.banner-bottom .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    /* z-index: 99; */
    /* bottom: 0; */
    background-color: #000000;
    opacity: .5;
}
.banner-bottom .container div{
    position: absolute;
    z-index: 99;
    color: #fff;
    line-height: 60px;
    font-size: 14px;
}
.no-user a{
    cursor: pointer;
    color: #43ADFD;
    margin-left: 20px;
    font-weight: bold;
}
.banner-bottom .container div a{
    cursor: pointer;
    color: #43ADFD;
    margin-left: 20px;
    font-weight: bold;
}
.banner-bottom .have-user{
    width: 1200px;
}
.banner-bottom .have-user span{
    color:#43ADFD;
}
.banner-bottom .have-user select{
    width: 80px;
    border: none;
    background: none;
    background: url(../images/icon/Triangle-light.png) no-repeat;
    background-position:  66px 10px ;
    color: #fff;
    margin-top: 15px;
}
.banner-bottom .have-user select option{
    background: #fff;
    border-radius: 5px;
    border-bottom: solid 1px #43ADFD;
}
.haisi-item{
    width: 100%;
    margin-top: 30px;
}
.haisi-item .item{
    width: 288px;
    margin-right: 16px;
    /* overflow: hidden; */
    float: left;
    /* box-shadow: 0 0 5px 4px #c7e8ff4a; */
}
.haisi-item .item:nth-child(4n){
    margin-right: 0;
}
.haisi-item .item-top{
    position: relative;
    /* box-shadow: 0 0 5px 4px #c7e8ff4a; */
    width: 100%;
    height: 216px;
}
.haisi-item .item-top img{
    width: 100%;
    height: 100%;
}
.haisi-item .item-top p:nth-child(2){
    position: absolute;
    top: 15px;
    width: 100%;
    padding: 0 20px 0 22px;
    line-height: 17px;
    color: #fff;
    font-size: 12px;
}
.haisi-item .item-top p:nth-child(2) span{
    display: inline-block;
    width:30px;
    height:2px;
    background: #fff;
    float: right;
    margin-top: 5px;
}
.haisi-item .item-top p:nth-child(3){
    position: absolute;
    padding: 0 20px 0 22px;
    width: 100%;
    bottom: 18px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.haisi-item .item-top p:nth-child(3) a{
    display: inline-block;
    float: right;
    color: #fff;
    line-height: 18px;
    margin-top: 12px;
    cursor: pointer;
}
.haisi-item .item-top a:hover{
    cursor: pointer;
    font-weight: bold;
}
.haisi-item .item-bottom{
    height: 124px;
    border-radius:2px;
    border: solid 1px #E0E0E0;
    border-top: none;
    padding: 17px 20px 14px 20px;
}
.haisi-item .item-bottom ul li{
    display: inline-block;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    padding-left: 17px;
    background: url(../images/icon/li_group.png) no-repeat 0px 5px;
}
.haisi-item .item-bottom ul li a{
    color: #666666;
    font-size: 14px;
}
.haisi-item .item-bottom ul li a:hover {
    color: #333333;
    font-weight: bold;
}
.home-title{
    margin-top: 85px;
    width: 1200px;
    margin: 0 auto;
    height: 85px;
    font-size: 36px;
    color: #43ADFD;
}
.home-title>span:nth-child(1){
    display:inline-block;
    width:50px;
    height:36px;
    text-align: center;
    line-height: 36px;
    background-color: #43ADFD;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.home-title .center{
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
.home-title .center .titile{
    display:inline-block;
    width: 300px;
    margin: 0 auto;
    color: #43adfd;
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
}
.home-title .center img{
    display: block;
    margin: 0 auto;
}
.home-box{
    margin-top: 60px;
    width: 100%;
    min-width: 1200px;
    min-height: 580px;
}
.home-box .wanzhuang{
    float: left;
    margin-right: 12.5px;
    overflow: hidden;
    width:230px;
    height:173px;
    cursor: pointer;
    position: relative;
}
.home-box .container .wanzhuang:nth-child(5n){
    margin-right: 0px;
}
.home-box .wanzhuang .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:rgb(28,41,56);
    transition: all 0.5s ease-in-out;
    opacity: .5;
    z-index: 98;
}
.home-box .wanzhuang img{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}
.home-box .wanzhuang span{
    position: absolute;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    width: 100%;
    top: 74px;
    left: 0;
    text-align: center;
    z-index: 99;
    font-weight: bold;
    transition: all 0.5ss ease-in-out;
}
.home-box .wanzhuang:hover .bg{
    opacity: 0;
}
.home-box .wanzhuang:hover img{
    transform: scale(1.1)
}
.home-box .wanzhuang:hover span{
    opacity: 0;
}

.home-box .jingping{
    cursor: pointer;
    float: left;
    position: relative;
    width:285px;
    margin-right: 20px;
}
.home-box .container .jingping:nth-child(4n){
    margin-right:0px;
}
.home-box .jingping img{
    width: 100%;
    height: 214px;
}
.home-box .jingping p{
    margin-top: -4px;
    padding-left: 10px;
    width: 100%;
    height: 78px;
    line-height: 78px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    background-color: #FAFAFA;
    border: solid 1px #E0E0E0;
    border-radius:0px 0px 2px 2px;
    border-top: none;
    transition: all .38s ease-in-out;
}
.home-box .jingping:hover p{
    box-shadow:0px 4px 6px 0px rgba(29, 101, 149, 0.188);
    -webkit-box-shadow:0px 4px 6px 0px rgba(29, 101, 149, 0.188);
    -ms-box-shadow:0px 4px 6px 0px rgba(29, 101, 149, 0.188);
    -moz-box-shadow:0px 4px 6px 0px rgba(29, 101, 149, 0.188);
}
.destination{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 82px;
    min-height:660px; 
}
.destination .map{
    display: inline-block;
    width:880px;
    height:660px;
    box-shadow:0px 2px 6px 0px #b9c3cc;
    border-radius:3px;
    float: right;
    margin-right: 20px;
}
.destination .destination-item{
    width:300px;
    height:660px;
    padding:18px 20px 28px 20px; 
    background:#FFFFFF;
    box-shadow:0px 2px 6px 0px #bfc8d1;
    border-radius:2px;
    float: right;
    overflow: hidden;
}
.destination-item.item-right{
    display: none;
}
.destination-item .title{
    width:100%;
    height:28px;
    background:#43ADFD;
    border-radius:2px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    margin-bottom: 10px;
}
.destination-item .item-left-img{
    width:100%;
    height:208px;
    margin-bottom: 10px;
}
.destination-item .item-left-p{
    width: 100%;
    height: 320px;
    font-size: 12px;
    color: #333;
    line-height: 22px;
    margin-bottom: 30px;   
}
.destination-item .item-right-div{
    width: 220px;
    height: 165px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom:25px;
    position: relative; 
    cursor: pointer;
}
.destination-item .item-right-div img{
    width: 100%;
    height: 165px;
    transition: all .38s ease-in-out;
}
.destination-item .item-right-div .bg{
    width: 100%;
    height: 100%;
    z-index: 98;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1C2938;
    opacity: .5;
    transition: all .38s ease-in-out;
}
.destination-item .item-right-div span{
    position: absolute;
    z-index: 99;
    display: inline-block;
    width: 100%;
    text-align: center;
    top: 73px;
    left: 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    transition: all .38s ease-in-out;
}
.destination-item .item-right-div:hover .bg,.destination-item .item-right-div:hover span{
    opacity: 0;
}
.destination-item .item-right-div:hover img{
    transform: scale(1.1)
}
.destination-item .bottom-left span,.destination-item .bottom-right span{
    display: inline-block;
    cursor: pointer;
    margin: 0 auto;
    margin-right: 10px;
    width:45px;
    height:8px;
    background:#43ADFD;
    border-radius:2px;
    position: relative;
    bottom: 15px;
}
.destination-item .bottom-left,.destination-item .bottom-right{
    text-align: center;
    width: 100%;
    height: 8px;
}
.destination-item .bottom-left span:nth-child(2){
    background:#D8EBFD;
}
.destination-item .bottom-right span:nth-child(1){
    background:#D8EBFD;
}
.recommend{
    width: 1200px;
    margin: 0 auto;
    height: 360px;
    margin-top: 51px;
}
.recommend .recommend-item{
    overflow: hidden;
    position: relative;
    width:480px;
    height:360px;
    transition: all 0.38s ease-in-out;
    margin-right: 10px;
    cursor: pointer;
}
.recommend .recommend-item:hover{
    box-shadow:0px 4px 6px 0px #1d649430;
}
.recommend .recommend-item img{
    width: 100%;
    height: 100%;
}
.recommend .recommend-item p{
    width: 100%;
    height: 44px;
    color: #ffffff;
    padding: 0 12px;
    line-height: 44px;
    position: absolute;
    bottom: 0;
    background:linear-gradient(180deg,rgba(9,36,50,0) 0%,rgba(3,12,20,0.66) 100%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recommend .recommend-item.right{
    margin: 0;
    width: 220px;
}
.recommend .recommend-item.right .recommend-item{
    margin: 0;
    margin-bottom: 10px;
    width: 221px;
    height: 175px;
}
.recommend .recommend-item.right .recommend-item:last-child{
    margin: 0;
}
.home-footer{
    width: 100%;
    min-width: 1200px;
    height: 160px;
    background-color: #162D3F;
    text-align: center;
    padding:28px;
}
.home-footer img{
    display: inline;
}
.home-footer p{
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
}
.banner{
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: 25vw;
    max-height: 480px;
    min-height: 300px
}
.nav-bar{
    width: 100%;
    height:60px;
    background-color: #fff;
    box-shadow:0px 2px 6px 0px #d3dbe2;
}
.nav-bar .container{
    height: 60px;
    line-height: 60px;
}
.nav-bar .home-list-bar{
    display: inline-block;
    color: #333333;
    font-size: 14px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    min-width: 58px;
    margin-right: 22px;
    cursor: pointer;
    position: relative;
}
.nav-bar .home-list-bar.active{
    color: #43ADFD;
}
.nav-bar .home-list-bar.active span{
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    background-color: #43ADFD;
    width: 100%;
    height: 2px;
}
.list-box{
    margin-top: 20px;
    padding-bottom: 40px;
}
.list-box .list{
    display: none;
}
.list-box .list.active{
    display: block;
}
.list-box .list-item{
    width: 100%;
    height: 206px;
    background: #fff;
    padding: 20px;
    cursor: pointer;
}
.list-box .list-item:hover{
    background-color: #F7F7F7;
}
.list-item img{
    float: left;
    width:220px;
    height:165px;
}
.list-item p{
    width: 920px;
    float: right;
}
.list-item .title{
    margin-bottom: 19px;
    color: #333333;
    font-size: 16px;
    line-height: 20px;
}
.list-box .list-item:hover .title{
    color: #43ADFD;
}
.list-item .info{
    color: #666666;
    height: 80px;
    font-size: 14px;
    line-height: 20px;
    word-spacing: 1px;
    overflow: hidden;
    margin-bottom: 25px;
}
.list-item p span{
    padding-left: 24px;
    line-height: 16px;
    margin-right: 20px;
    font-size: 12px;
}
.list-item p .author{
    background:url(../images/headph.png) no-repeat ;
    color: #43adfd;
}
.list-item p .date{
    background:url(../images/time.png) no-repeat ;
    color: #666666;
}
.pagination{
    width: 100%;
    text-align: right;
    line-height: 24px;
    height: 24px;
    color: #666666;
    font-size: 12px;
    margin-top: 20px;
}
.pagination span{
    color: #43adfd;
    display: inline-block;
    padding: 0 10px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin-left: 10px;
}
.pagination .pg-btn{
    background: #fff;
    border: solid 1px #43ADFD;
    border-radius: 2px;
    cursor: pointer;
}
.pagination .pg-btn.active{
    background: #43ADFD;
    color: #fff;
}

.header.banner-top .language-phone select {
    font-size: 12px;
    padding-left: 8px;
    background: url(../images/icon/Triangle.png) no-repeat;
    background-position: 80px 10px;
    width: 100px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 30px;
    color: #333;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e1e1e1;
}
.detail-top{
    width: 1200px;
    height: 120px;
    position: relative;
    background: #fff;
    box-shadow: 0px 1px 6px 0px #C0E1FE;
    border-radius: 4px;
    padding-left: 83px;
    padding-top:12px;
}
.detail-top .jinghua{
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 23px;
    width: 44px;
    height: 59px;
}
.detail-top .title{
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    width: 80%;
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detail-top .user-head{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom: 12px;
    left: 84px;
}
.detail-top .info{
    margin-top: 22px;
    width: 100%;
    padding-left: 63px;
}
.detail-top .info .author{
    font-size: 14px;
    color: #43adfd;
    line-height: 24px;
}
.detail-top .info .time{
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    margin-right: 32px;
}
.detail-top .page-view{
    position: absolute;
    top:30px;
    right: 0;
    width: 139px;
    height: 60px;
    border-left: solid 1px #e0e0e0;
    text-align: center;
}
.detail-top .page-view p{
    color: #333333;
    font-size: 14px;
    width: 100%;
    line-height: 18px;
    margin-top: 10px;
}
.detail-contant {
    margin-top: 40px;

}
.detail-contant-title{
    width: 100%;
    border-left: solid 6px #BAE0FE;
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    color: #43ADFD;
}
.detail-contant-main{
    width: 1200px;
    padding: 0 20px;
}
.detail-contant-main p{
    margin: 20px 0;
    line-height: 24px;
    color: #333;
    font-size: 14px;
}
.alert_tip{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
}
.alert_tip .bg{
    position:absolute;
    background: #101213;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 1000;
}
.alert_tip .view{
    position: absolute;
    background: #fff;
    border-radius:4px;
    overflow: hidden;
    top: 20vh;
    width:400px;
    height:286px;
    left: calc(50% - 200px);
    z-index: 1001;
}
.alert_tip .view-top{
    width:400px;
    height:50px;
    background: url(../images/alert_bg.png) no-repeat center;
    background-color: #43ADFD;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 15px;
    color: #FFFFFF;
    font-size: 18px;
}
.alert_tip .view-top span{
    float: right;
    color: #fff;
    font-size: 40px;
    transform: rotateZ(45deg);
    cursor: pointer;
    display: inline-block;
}
.alert_tip .title{
    font-size:22px;
    width: 100%;
    padding-left: 60px;
    color: #333;
    margin-top: 35px;
    line-height: 28px;
}
.alert_tip .second{
    margin-top: 20px;
    padding-left: 60px;
    width: 100%;
    font-size: 14px;
    color: #999;
}
.alert_tip .second span{
    color: #333;
    font-size: 30px;
    font-weight: bold;
}
.alert_tip .view .home-btn{
    text-align: center;
    display: inline-block;
    margin-top: 35px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius:4px;
    box-shadow:0px 2px 4px 0px #c2d7e7;
    background-color: #43ADFD;
    color: #fff;
    margin-left: 60px;
    margin-right: 40px;
    cursor: pointer;
}
.alert_tip .view .home-btn.close{
    background-color: #FF7070;
    margin:0;
}
.success-info{
    width: 370px;
    margin: 0 auto;
    padding-top: 25vh;
}
.success-info img{
    float: left;
    width: 157px;
}
.success-info p{
    padding-left: 30px;
    float: right;
    display: inline-block;
    width: calc(100% - 157px);
    height: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #43ADFD;
}
.success-info p>span:nth-child(1){
    display: block;
    margin-top: 15px;
    font-size: 16px;
    color: #333333;
}
.success-info p>span:nth-child(2){
    display: block;
    margin-top: 13px;
    font-size: 14px;
    color: #666666;
}
.success-info p>span:nth-child(2) span{
    color: #43ADFD;
    font-size: 26px;
}
.home-navbar{
    height: 60px;
    background: #F7F7F7;
}
.home-navbar ul li{
    display: inline-block;
    float: left;
}
.home-navbar .navbar-btn{
    line-height: 60px;
    cursor: pointer;
    display: inline-block;
    width: 240px;
    height: 60px;
    text-align: center;
    color: #999;
    font-size: 16px;
}
.navbar-btn:hover{
    color: #43adfd;
}
.navbar-btn.active{
    color: #43adfd;
    font-weight: bold;
}
.home-navbar.fixed{
    box-shadow: 0px 2px 6px 0px #b9c3cc;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

