.detail-info{
    padding:30px;
}
.detail-info .tit{
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}
.detail-info .info-cont{
    margin-top:20px;
    color: #999;
    line-height: 34px;
}
.info-cont .contact .tags{
    padding-left:20px;
    background-position: left center;
    background-size:14px;
    background-repeat: no-repeat;
    margin-right:42px;
}
.info-cont .contact .address{
    background-image: url(../images/detail/icon-address@2x.png);
}
.info-cont .contact .date{
    background-image: url(../images/detail/icon-time.png);
}
.info-cont .contact .phone{
    background-image: url(../images/detail/icon-phone.png);
}
.oper-btn .btn{
    text-align: center;
    display: inline-block;
    width:80px;
    height:32px;
    margin-left:20px;
    line-height: 32px;
    border: 1px #337FF4 solid;
    background:#337FF4;
    color: #fff;
    text-align: center;
}
.oper-btn .btn em{
    display: inline-block;
    padding-left:20px;
    background-position: left center;
    background-size:16px;
    background-repeat: no-repeat;
}

.oper-btn .btn-export{
    background:#fff;
    color: #337FF4;
}

.oper-btn .btn-fav{
    background:#fff;
    color: #337FF4;
}
.oper-btn .btn-fav.active{
    background:#337FF4;
    color: #fff;
}
.btn-fav em{
    background-image: url(../images/detail/icon-fav.png);
}
.btn-export em{
    background-image: url(../images/detail/icon-export.png);
}
.btn-print em{
    background-image: url(../images/detail/icon-print.png);
}
.btn-fav.active em{
    background-image: url(../images/detail/icon-fav_act.png);
}
.detail-con{
    padding:20px;
}
.cont-p{
    min-height: 200px;
}
.u-tips_top{
    padding:10px 20px;
    font-size:14px;
    line-height: 26px;
    background:rgba(51, 127, 244, 0.2);
}
.u-tips_top cite,.u-tips_top em{
    color: #337FF4;
}
.u-tips_top em{
    font-weight: bold;
}
.u-tips_top a{
    color: #337FF4;
}
.u-tips_top a:hover{
    text-decoration: underline;
}
.u-tips_top .btn{
    background:#337FF4;
    color: #fff;
    line-height: 26px;
    padding:0 10px;
    margin:0 5px;
    cursor: pointer;
    border-radius: 2px;
}
.u-tips_top.u-tips_bot{
    background:none;
    padding-left:20px;
    background:url(../images/detail/icon-alert.png) no-repeat left center;
    background-size: 14px auto;
}
.cont-p{
    color: #666;
    padding:20px 0;
    line-height: 32px;
}

.rec-con{
    padding: 0;
}
.rec-con .title{
    font-size:16px;
    line-height: 30px;
}
.rec-con .rec-list{
    padding:15px 20px;
}
.rec-con .rec-list a{
    display: block;
    height:28px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    line-height: 28px;
    margin-bottom: 5px;
    padding-left: 14px;
    color: #666;
    position: relative;
    padding-right:100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.rec-con .rec-list a::before{
    content: " ";
    width: 4px;
    height: 4px;
    background: #337FF4;
    position: absolute;
    top: 12px;
    left: 4px;
}
.rec-con .rec-list a:hover{
    color: #337FF4;
}
.rec-con .rec-list a:last-child{
    margin-bottom: 0;
}
.rec-con .rec-list a cite{
    color: #888!important;
    position: absolute;
    right:0;
    top:0;
}
.fav-cons a{
    color: #337FF4;
}
.fav-cons a:hover{
    text-decoration: underline;
}

#float-con{
    position: fixed!important;
    right:0;
    z-index: 998;
    width:88px;
}
#float-con ul{
    /* box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -webkit-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -ms-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -o-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3); */
}
#float-con ul li{
    background:#fff;
    padding:20px 0;
    position: relative;
    box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -webkit-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -ms-box-shadow: 0px 1px 8px 0px rgba(219, 135, 135, 0.3);
    -o-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    cursor: pointer;
}
#float-con ul li::after{
    content: " ";
    position: absolute;
    background:#337FF4;
    height:1px;
    width:76px;
    left:6px;
    bottom: 0;
}
#float-con ul li:last-child::after{
    display: none;
}
#float-con ul li i{
    width:48px;
    height:48px;
    display: block;
    margin:0 auto;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}


#float-con ul li p{
    font-size:12px;
    color: #337FF4;
    line-height: 20px;
    margin-top:10px;
    text-align: center;
}
#float-con ul li:hover{
    background:#337FF4;
    color:#fff;
}
#float-con ul li:hover p{
    color:#fff;
}
#float-con ul li .icon-wechat{
    background-image: url(../images/index/icon-wechat.png);
}
#float-con ul li .icon-tel{
    background-image: url(../images/index/icon-tel.png);
}
#float-con ul li .icon-kefu{
    background-image: url(../images/index/icon-kf.png);
}
#float-con ul li .icon-top{
    background-image: url(../images/index/icon-top.png);
}
#float-con ul li:hover .icon-wechat{
    background-image: url(../images/index/icon-wechat-act.png);
}
#float-con ul li:hover .icon-tel{
    background-image: url(../images/index/icon-tel-act.png);
}
#float-con ul li:hover .icon-kefu{
    background-image: url(../images/index/icon-kf-act.png);
}
#float-con ul li:hover .icon-top{
    background-image: url(../images/index/icon-top-act.png);
}
#float-con ul li:first-child{
    border-radius: 20px 0px 0px 0;
    -webkit-border-radius: 20px 0px 0px 0;
    -moz-border-radius: 20px 0px 0px 0;
    -ms-border-radius: 20px 0px 0px 0;
    -o-border-radius: 20px 0px 0px 0;
}
#float-con ul li:last-child{
    border-radius: 0px 0px 0 20px;
    -webkit-border-radius: 0px 0px 0 20px;
    -moz-border-radius: 0px 0px 0 20px;
    -ms-border-radius: 0px 0px 0 20px;
    -o-border-radius: 0px 0px 0 20px;
}
#float-con ul.go-top{
    margin-top:8px;
}
#float-con ul.go-top li:last-child{
    border-radius: 16px 0px 0 16px;
    -webkit-border-radius: 16px 0px 0 16px;
    -moz-border-radius: 16px 0px 0 16px;
    -ms-border-radius: 16px 0px 0 16px;
    -o-border-radius: 16px 0px 0 16px;
}
#float-con .pop-left{
    display: none;
    width:180px;
    padding-right:20px;
    position: absolute;
    right:88px;
    top:0;
}
#float-con .pop-left::before{
    content: " ";
    background:#337FF4;
    width:10px;
    height:10px;
    box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -webkit-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -ms-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -o-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    transform: rotate(45deg);
    position: absolute;
    right:16px;
    top:40px;
    z-index: -1;
}
#float-con .pop-left .pop-nei{
    background: #337FF4;
    box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -webkit-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -ms-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    -o-box-shadow: 0px 1px 8px 0px rgba(204, 204, 204, 0.3);
    padding:20px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.pop-left .pop-nei cite{
    display: block;
    font-size:16px;
    line-height: 24px;
    margin-top:10px;
    text-align: center;
}
#float-con .pop-left .wx-img img{
    width:100%;
    height:auto;
}
#float-con ul li:hover .pop-left{
    display: block;
}
#float-con .pop-left.vert-mid{
    top:50%;
}
.pop-tel .icon-tel_small{
    width:20px;
    height:20px;
    display: block;
    margin-right:10px;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/index/icon-tel-small.png);
}
.pop-tel .tel{
    font-size:16px;
    line-height: 24px;
    white-space: nowrap;
}
.pop-tel .tel em{
    font-size:18px;
}


/**详情页登录样式**/
.r-login{
    background: #E6F2FF;
    border:1px solid #c4d9fd;
    position: relative;
}
.login-tit{
    text-align: center;
    position: absolute;
    background: linear-gradient(270deg, #62B6FA 0%, #337FF4 100%);
    color: #fff;
    height:44px;
    width:310px;
    left:-1px;
    top:0;
    line-height: 44px;
}
.login-tit span{
    padding:0 10px;
    height:30px;
    font-size:16px;
    line-height: 30px;
    position: relative;
    z-index: 1;
}
/* .login-tit::after{
    content:" ";
    position: absolute;
    width:100%;
    height:2px;
    background:#337FF4;
    top:50%;
    margin-top:-1px;
    left:0;
} */

.user-head{
    height: 56px;
}
.user-head .avatar,.user-head .avatar img{
    width:56px;
    height:56px;
}
.user-head .avatar{
    margin-right: 10px;
}
.user-head .user-name{
    line-height: 56px;
}
.user-sta{
    margin:0 20px;
    margin-top:10px;
}
.user-sta li{
    display: block;
    border-bottom: 1px rgba(216, 216, 216, 0.3) solid;
    line-height: 36px;
    padding-left: 26px;
    background-position: left center;
    background-size:16px;
    background-repeat: no-repeat;
}
.user-sta li em{
    font-weight: bold;
}
.user-sta li em.u-light,.user-sta li a{
    color: #337FF4;
}
.user-sta li a:hover{
    text-decoration: underline;
}
.user-sta li.list-member{
    background-image: url(../images/detail/icon-member.png);
}
.user-sta li.list-update{
    background-image: url(../images/detail/icon-update.png);
}
.user-sta li.list-time{
    background-image: url(../images/detail/icon-expire.png);
}
.prompt-con{
    margin:0 20px;
    padding:20px 0;
    border-bottom: 2px #337FF4 solid;
}
.prompt-con li{
    width:50%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    background-position: left center;
    background-size:20px;
    background-repeat: no-repeat;
    padding-left: 26px;
    margin-bottom: 10px;
}
.prompt-con li:nth-last-child(1),.prompt-con li:nth-last-child(2){
    margin-bottom: 0;
}
.prompt-con li a{
    font-size:16px;
    height:30px;
    line-height: 30px;
    display: inline-block;
}
.prompt-con li.prompt-1{
    background-image: url(../images/region/icon-buy.png);
}
.prompt-con li.prompt-2{
    background-image: url(../images/region/icon-add.png);
}
.prompt-con li.prompt-3{
    background-image: url(../images/region/icon-check.png);
}
.prompt-con li.prompt-4{
    background-image: url(../images/region/icon-fenxi.png);
}
.prompt-con li.prompt-5{
    background-image: url(../images/region/icon-win.png);
}
.prompt-con li.prompt-6{
    background-image: url(../images/region/icon-hangye_1.png);
}

.login-style1.r-login{
    padding-bottom: 64px;
    padding-top:44px;
}
.login-style2.r-login{
    padding-top:44px;
}
.login-op{
    width:310px;
    position: absolute;
    bottom: 0;
    left:-1px;
    background: linear-gradient(270deg, #62B6FA 0%, #337FF4 100%);
}
.login-op .btn-login{
    display: block;
    display: inline-block;
    height:44px;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    width:50%;
    float: left;
    text-align: center;
    position: relative;
}
.full-op .btn-login{
    width:100%;
}
.login-op .btn-login:nth-child(2)::before{
    content: " ";
    width: 1px;
    height: 32px;
    background: #FFFFFF;
    position: absolute;
    left:1px;
    top:6px;
}
.login-op .btn-login:hover{
    text-decoration:underline
}

.login-style2.r-login .login-op{
    top:0;
    bottom: auto;
}
.login-style2.r-login .login-cons .login-tit{
    position: relative;
    background: none;
    color: #444;
    border-bottom: 2px #337FF4 solid;
    margin:0 20px;
    width:auto;
    height:55px;
    line-height: 55px;
}
.login-style2.r-login .prompt-con{
    border: 0;
}

.login-style3.r-login .login-op,.login-style4.r-login .login-op{
    position: relative;
    width:auto;
    padding:10px 20px;
    background: none;
}
.login-style3.r-login .full-op{
    padding: 0 20px 20px;
}
.login-style3.r-login .login-op .btn-login,.login-style4.r-login .login-op .btn-login{
    width:100%;
    margin-top:10px;
    background: linear-gradient(270deg, #62B6FA 0%, #337FF4 100%);
    float: none;
}
.login-style3.r-login .full-op .btn-login{
    margin-top:0;
}
.login-style3.r-login .login-op .btn-login:nth-child(2)::before,.login-style4.r-login .login-op .btn-login:nth-child(2)::before{
    content: none;
}
.login-style3.r-login .login-cons .login-tit{
    position: relative;
    display: flex;
    align-items: center;
    background: none;
    color: #444;
    margin:0 20px;
    height:30px;
    width: auto;
    line-height: 30px;
    padding-top:10px;
}
.login-style3.r-login .login-cons .login-tit span{
}
.login-style3.r-login .login-cons .login-tit::before,.login-style3.r-login .login-cons .login-tit::after{
    content: "";
    width: auto;
    flex: 1;
    height:2px;
    display: block;
    background: #337FF4;
}
.login-style3.r-login .prompt-con{
    padding:10px 0;
    border-bottom: none;
}
.login-style3.r-login  .prompt-con li,.login-style4.r-login  .prompt-con li{
    position: relative;
    background: none!important;
    color: #337FF4;
    padding-left:16px;
}
.login-style3.r-login  .prompt-con li a,.login-style4.r-login  .prompt-con li a{
    color: #337FF4;
}
.login-style3.r-login  .prompt-con li::before,.login-style4.r-login  .prompt-con li::before{
    content: "";
    border:1px #337FF4 solid;
    width:8px;
    height: 8px;
    border-radius: 5px;
    position: absolute;
    left:0;
    top:50%;
    transform: translate(0,-50%);
}
.login-style3.r-login  .prompt-con li::after,.login-style4.r-login  .prompt-con li::after{
    content: "";
    background: #337FF4;
    width:4px;
    height: 4px;
    border-radius: 5px;
    position: absolute;
    left:3px;
    top:50%;
    transform: translate(0,-50%);
}
.login-style4.r-login{
    padding-top:44px;
}
.login-style4.r-login .login-op{
    padding-bottom: 20px;
}
.login-style4.r-login .btn-logintips{
    line-height: 30px;
    text-align: right;
    margin-top:10px;
}
.login-style4.r-login .btn-logintips a{
    color: #337FF4;
}
