﻿body,ul,input,texteara {
    margin:0;
    padding:0;
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"黑体",Arial,Tahoma;
}
a{
    color:inherit;
}
.util_pop_info{
    position:fixed;
    bottom:65px;
    text-align:center;
    width:100%;
    left:0;
    -webkit-animation:info_a 3000ms 1;
}
.util_pop_info > div{
    display:inline-block;
    padding:8px 20px;
    border-radius:5px;
    background-color:rgba(0,0,0,0.7);
    color:white;
}
@-webkit-keyframes info_a{
    0%{
        opacity:0;
        -webkit-transform:translateY(20px);
    }

    10%{
        opacity:1;
        -webkit-transform:translateY(0);
    }

    30%{
        opacity:1;
        -webkit-transform:translateY(0);
    }

    90%{
        opacity:1;
        -webkit-transform:translateY(0);
    }

    100%{
        opacity:0;
        -webkit-transform:translateY(0);
    }
}
.ng-hide{
    display:none;
}
#loading{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10000000;
}
#loading > img{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

.require:before{
    content: "*";
    color:red;
}
ul{
    display:inline-block;
    list-style:none;
}
i{
    font-style:normal;
}
p{
    text-indent: 2em; 
}
.font-blue{
    color:#65caff;
}
.font-red{
    color:#fd0036;
}
.font-weight{
    font-weight:bold;
}
.line{
    border:1px dashed #cccccc;
}
.banner{
    width:100%;
    margin-top:15px;
}
.index-tabs{
    width:100%;
    padding:10px 0;
}
.index-tabs > li{
    width:-webkit-calc((100% - 60px) / 5);
    float:left;
    position:relative;
}
.index-tabs > li:not(:last-child){
    margin-right:15px;
}
.index-tabs-space{
    width:100%;
    padding-bottom:100%;
    padding-bottom:100%;
    box-sizing:border-box;
    border-radius:200px;
    border:1px solid #c6eaf4;
    background-color:#ebfafe;
}
.index-tabs > li.active .index-tabs-space{
    border-color:#6bc2f5;
    background-color:#79cdfe;
}
.index-tabs-text{
    position:absolute;
    width:100%;
    top:0;
    left:0;
    color:#66b7e6;
    text-align:center;
    top:50%;
    -webkit-transform:translateY(-50%);
}
.index-tabs > li.active .index-tabs-text{
    color:white;
}
.index-title span{
    display:inline-block;
    height:25px;
    line-height:25px;
    text-align:center;
    width:80px;
    border-radius:5px;
    background-color:#f9d77f;
    color:#b96f20;
    font-size:14px;
}
.index-title.middle span{
    width:110px;
}
.index-title i{
    display:block;
    height:1px;
    background: -webkit-linear-gradient(left top,#f9d77f, white);
    background-color:#f9d77f;
    margin-left:20px;
    margin-top:-1px;
}

.caselist{
    width:100%;
}
.caselist > li{
    border-bottom:1px solid #cccccc;
    display:inline-block;
    width:100%;
    box-sizing:border-box;
    padding:10px 0;
}
.caselist > li:last-child{
    border:none;
}
.caselist .left{
    float:left;
    width:66%;
    box-sizing:border-box;
    padding-right:8px;
    padding-bottom:10%;
    position:relative;
}
.caselist .right{
    float:left;
    width:34%;
    padding-bottom:22%;
    background:no-repeat;
    background-size:100%;
}
.caselist-title{
    line-height:22px;
    height:44px;
    overflow:hidden;
}
.caselist-date{
    font-size:14px;
    color:#999999;
    position:absolute;
    right:8px;
    left:0;
    bottom:0;
}

.caselist > li.imgnone .left{
    width:100%;
    padding-bottom:0px;
}
.caselist > li.imgnone .right{
    display:none;
}

.caselist > li.imgnone .caselist-title{
    height:auto;
}
.caselist > li.imgnone .caselist-date{
    height:auto;
    position:static;
}

.index-link{
    width:100%;
    table-layout:fixed;
    font-size:14px;
    padding:10px 0;
}
.index-link .icon{
    vertical-align:top;
    width:30px;
    text-align:center;
}
.index-link-label{
    color:#b2b2b2;
}
.index-baom{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    line-height:45px;
    color:white;
    background-color:#1077ce;
}

.imglist {
    width:100%;
}
.imglist > li {
    width:50%;
    box-sizing:border-box;
    padding:10px;
    float:left;
}
.imglist > li div{
    width:100%;
    padding-bottom:66.4%;
    position:relative;
    overflow:hidden;
}
.imglist > li div img{
    position:absolute;
    left:0;
    top:0;
    width:100%;
}
.index-memo{
    padding:10px 0;
    line-height:24px;
    height:64px;
    overflow:hidden;
}
.index-memo.show{
    height:auto;
}
.index-more{
    width:24px;
    height:24px;
    margin:10px auto;
    border-radius:12px;
    background:url(../images/7.png) center center no-repeat;
    background-size:10px auto;
    background-color:#eeeff1;
}
.index-more.hide{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.index-plist{
    background-color:#fafbfc;
    border-radius:5px;
    padding:6px;
    box-sizing:border-box;
    width:100%;
}
.index-plist > li{
    padding:15px 0;
}
.index-plist > li:not(:last-child){
    border-bottom:1px dashed #c8c9ca;
}
.index-plist table{
    width:100%;
    table-layout:fixed;
    color:#4c4c4c;
}
.index-plist-head{
    width:54px;
    vertical-align:top;
}
.index-plist-head div{
    width:54px;
    height:54px;
    font-size:0;
    line-height:0;
    overflow:hidden;
    box-sizing:border-box;
    background:no-repeat;
    background-size:100% 100%;
    border-radius:30px;
    border:2px solid white;
}
.index-plist-name{
    font-weight:bold;
    padding-left:8px;
    width:60px;
    color:#000;
}
.index-plist-company{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right:5px;
    font-size:14px;
}
.index-plist-time{
    width:70px;
    font-size:14px;
}
.index-plist-time i{
    display:inline-block;
    width:14px;
    height:14px;
    background:url(../images/8.png) no-repeat;
    background-size:100% 100%;
    margin-right:5px;
}
.index-plist-desc{
    padding-left:8px;
}
.index-score{
    background:url(../images/10.png) no-repeat;
    background-size:100% 100%;
    padding:30px;
    line-height:25px;
    margin-bottom:15px;
}
.index-score-title{
    color:#3eb4f9;
}
.index-score-text{
    margin-bottom:15px;
}
.index-score > .index-score-text:last-child{
    margin-bottom:0;
}

.article-list > li{
    padding:10px 0;
}
.article-list > li:not(:last-child){
    border-bottom:1px solid #ccc;
}
.article-title{
    padding:5px;
    background-color:#f5f5f5;
}
.article-memo{
    display:inline-block;
    line-height:22px;
}
.article-memo > i{
    float:left;
    display:inline-block;
    font-size:14px;
}
.article-memo > i:last-child{
    margin-left:15px;
    color:#999999;
}

.expert-pop-bg{
    position:fixed;
    left:0;right:0;
    bottom:0;top:0;
    background-color:rgba(0,0,0,0.6);
}
.expert-pop{
    position:absolute;
    left:15px;right:15px;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    border-radius:5px;
    background-color:white;
    padding:12px;
}
.expert-pop-info{
    table-layout:fixed;
    width:100%;
}
.expert-pop-img{
    width:35%;
    padding-right:10px;
}
.expert-pop-img img{
    width:100%;
}
.expert-pop-info{
    width:100%;
}
.expert-pop-name{
    font-weight:bold;
}
.expert-pop-memo{
    padding-top:10px;
    line-height:25px;
    color:#4c4c4c;
    max-height:300px;
    overflow:auto;
}
.expert-pop-close{
    width:40px;
    height:40px;
    background:url(../images/11.png) center center no-repeat;
    background-size:25px 25px;
    position:absolute;
    right:-15px;
    top:-15px;
}

.bm-process{
    width:100%;
}
.vip{
    padding-left: 14%;
}
.bm-process > li{
    float:left;
}
.bm-process-action{
    width:16%;
    padding-bottom:39px;
    position:relative;
}
.bm-process-line{
    width:12%;
    height:2px;
    background-color:#e0e0e0;
    margin-top:8%;
}
.bm-process-line.active{
    background-color:#65caff;
}
.bm-process-icon{
    padding-bottom:100%;
    width:100%;
    background-color:#e0e0e0;
    border-radius:300px;
    position:relative;
}
.bm-process-action.active .bm-process-icon{
    background-color:#65caff;
}
.bm-process-icon img{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.bm-process-text{
    color:#999;
    font-size:14px;
    text-align:center;
    padding:10px 0;
    width:73px;
    position:absolute;
    bottom:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
}

.form{
    width:100%;
    table-layout:fixed;
}
.form-label{
    width:50px;
    text-align:center;
    vertical-align:top;
    line-height:50px;
}
.form-text{
    padding:8px 0;
    color:#666666;
}
.form.compact .form-label{
    line-height:30px;
}
.form.compact .form-text{
    padding:0;
}
.form-text.short{
    width:80px;
}
.form-input{
    width:100%;
    box-sizing:border-box;
    height:35px;
    padding:0 5px;
    background:none;
	border:1px solid #ccc;
	font-size:16px;
}
.form-select{
    height:35px;
    width:100%;
    box-sizing:border-box;
    background:none;
	border:1px solid #ccc;
	font-size:16px;
}
.form-textarea{
    resize:none;
    height:80px;
    width:100%;
    box-sizing:border-box;
    padding:5px;
    background:none;
	border:1px solid #ccc;
	font-size:16px;
}
.submit{
    background-color:#65caff;
    color:white;
    height:40px;
    line-height:40px;
    text-align:center;
    border-radius:5px;
}

.manytext{
    width:100%;
    line-height:25px;
}
.manytext-title{
    font-weight:bold;
    margin-top:15px;
}
.orderinfo{
    width:100%;
    table-layout:fixed;
    margin:15px 0;
}
.orderinfo-logo{
    width:30%;
}
.orderinfo-logo div{
    border:1px dashed #65caff;
    padding-bottom:100%;
    background:url(../images/12.png) center center no-repeat;
    background-size:80% auto;
    box-sizing:border-box;
}
.orderinfo-text{
    line-height:25px;
    padding-left:20px;
    font-size:14px;
}
@media screen and (max-width: 345px) {
    .orderinfo-logo{
        width:25%;
    }
    .orderinfo-text{
        padding-left:10px;
    }
}

.paytype > div {
    width:70%;
    margin:0 auto;
    position:relative;
    padding:15px 0;
    padding-left:30px;
}
.paytype > div img{
    width:-webkit-calc(100% - 30px);
}
.paytype > div:before{
    content: " ";
    display:inline-block;
    width:18px;
    height:18px;
    background:url(../images/19.png) no-repeat;
    background-size:100% 100%;
    position:absolute;
    left:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
.paytype > div.active:before {
    background-image:url(../images/20.png);
}

.paysuccess-title{
    font-size:18px;
    font-weight:bold;
    margin-top:30px;
    text-align:center;
}
.paysuccess-text{
    text-align:center;
    line-height:28px;
}
.paysuccess-btns{
    width:100%;
    margin:30px 0;
}
.paysuccess-send{
    float:left;
    border:1px solid #cccccc;
    background-color:#e5e5e5;
    line-height:30px;
    text-align:center;
    width:125px;
}
.paysuccess-send.disabled{
    color:#aaa;
    cursor:not-allowed;
}
.paysuccess-code{
    margin:10px auto;
}
.paysuccess-code-text {
    margin: 10px auto;
    font-size: 12px;
    letter-spacing: 20px;
    text-align: center;
}
.paysuccess-detail{
    float:right;
    text-decoration:underline;
    cursor:pointer;
    margin-top:10px;
}
.paysuccess-detail:after{
    content: " ";
    display:inline-block;
    width:11px;
    height:13px;
    background:url(../images/14.png) center center no-repeat;
    background-size:100% 100%;
    margin-left:13px;
}
.paysuccess-detail a{
    color:inherit;
}
.payerror-top{
    position:absolute;
    top:0;left:0;
    right:0;bottom:100px;
}
.payerror-bottom{
    position:absolute;
    left:0;right:0;
    bottom:0;
    height:100px;
}
.payerror-flag{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.payerror-tan{
    height:85px;
    width:85px;
    border-radius:50px;
    margin:0 auto;
    background:url(../images/15.png) #8bcafe center center no-repeat;
    background-size:10px auto;
}
.payerror-title{
    font-weight:bold;
    padding:20px 0;
}
.payerror-text{
    font-size:14px;
}
.payerror-text a{
    color:#84c3f6;
}
#articlecontent img{
    width:100%;
}
#articlecontent .thumb-box{
    width:100%;
}

.notice{
    position:fixed;
    top:0;right:0;
    left:0;bottom:0;
    background-color:rgba(0,0,0,0.7);
}
.notice img{
    width:100%;
}
.textlist{
    line-height:28px;
    padding-bottom:15px;
}
.textlist .font-weight{
    padding:6px 0;
}
.textlist > li:not(.font-weight){
    padding-left:25px;
    position:relative;
}
.textlist > li:not(.font-weight):before{
    content: attr(data-index);
    display:inline-block;
    position:absolute;
    left:0;
    top:6px;
    width:16px;
    height:16px;
    text-align:center;
    line-height:16px;
    background-color:#d5d6d6;
    color:white;
    border-radius:8px;
    font-size:12px;
}