﻿html {
    height: 100%;
}

body {
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
    font-family: tahoma,"Microsoft YaHei",arial,simsun,"宋体",sans-serif;
    font-size: 14px;
    background-color: #f7f7f8;
}

ul, li, h3 {
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

* {
    -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
    display: none;
}

ul, li {
    list-style: none;
}

.maincolor {
    color: #0d1130;
}

input, textarea {
    outline: none;
    box-sizing: border-box;
    resize: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.colorpink {
    color: #977dd6;
}

.btn {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 100%;
    text-align: center;
    border-radius: 3px;
    width: 100%;
    border: none;
    background-color: #977dd6;
    color: white;
    text-decoration: none;
}

.btn2 {
    height: 40px;
    line-height: 40px;
    margin: 7px 1%;
    text-align: center;
}

    .btn2 a {
        color: white;
        font-size: 120%;
    }

        .btn2 a span {
            display: block;
            background-color: #977dd6;
            border: 1px solid #977dd6;
        }

.commonpadding {
    padding-left: 2%;
    padding-right: 2%;
}

.bottommargin {
    margin-bottom: 55px;
}

.commonipt {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    height: 100%;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}

.commonipt2 {
    height: 100%;
    width: 100%;
    border: none;
    padding: 0 2px 0;
    margin: 0;
    box-sizing: border-box;
}

.commonipt3 {
    height: 35px;
    width: 50%;
    border: none;
    padding: 10px;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.middlecenter {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.btn3 {
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 50%;
    padding: 0 7px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    color: #999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
}

.formbox {
    width: 90%;
    margin: 0 auto;
}

    .formbox div {
        height: 30px;
        line-height: 30px;
    }

.isol {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100;
    opacity: 0.5;
    display: none;
}

a {
    text-decoration: none;
    outline: 0;
}



/*slides*/
.slides {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 50%; /*这个值可以随便改*/
}

    .slides ul.slideswarpper {
        position: absolute;
        top: 0;
    }

        .slides ul.slideswarpper li {
            float: left;
        }

            .slides ul.slideswarpper li img {
                width: 100%;
            }

    .slides .pointwarpper {
        position: absolute;
        bottom: 4%;
        left: 50%;
    }

        .slides .pointwarpper li {
            display: inline-block;
            width: 6px;
            height: 6px;
            border-radius: 10px;
            background-color: white;
            margin: 0 2px;
        }

            .slides .pointwarpper li.sel {
                background-color: #977dd6;
            }
/*slides end*/

.errortips {
    height: 0;
    padding: 0;
    line-height: 30px;
    transition: height .5s;
    overflow: hidden;
    color: #f00;
    background-color: #ffe6e6;
    border-color: #f7bbbb;
    text-align: center;
    border: 1px dotted #ccc;
}

#showcutwarpper {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -25%;
    height: 60px;
    width: 100%;
    max-width: 600px;
    background: #e5e5e5;
}

    #showcutwarpper div {
        float: left;
        width: 25%;
        height: 100%;
        text-align: center;
        position: relative;
        border-right: 1px solid white;
        box-sizing: border-box;
        background: no-repeat center 10px;
        background-size: 30px;
    }

        #showcutwarpper div a {
            padding-top: 40px;
            color: #8f8f8f;
            font-size: 90%;
            display: inline-block;
            text-decoration: none;
        }

        #showcutwarpper div:first-child {
            background-image: url(/Images/shortcut/home.png);
        }

        #showcutwarpper div.sel:first-child {
            background-image: url(/Images/shortcut/homesel.png);
        }


        #showcutwarpper div:nth-child(4n+2) {
            background-image: url(/Images/shortcut/procenter.png);
        }

        #showcutwarpper div.sel:nth-child(4n+2) {
            background-image: url(/Images/shortcut/procentersel.png);
        }

        #showcutwarpper div:nth-child(4n+3) {
            background-image: url(/Images/shortcut/contact.png);
        }

        #showcutwarpper div.sel:nth-child(4n+3) {
            background-image: url(/Images/shortcut/contactsel.png);
        }

        #showcutwarpper div:last-child {
            border-right: none;
            background-image: url(/Images/shortcut/uc.png);
        }

        #showcutwarpper div.sel:last-child {
            background-image: url(/Images/shortcut/ucsel.png);
        }

#comLoadMore {
    margin-bottom: 50px;
}

.commentbox {
    margin-top: 10px;
    border: solid #dbdbdb;
    border-width: 1px 0;
    height: 36px;
    background: white;
    padding: 5px 0;
    border-bottom: 1px solid #dadada;
}

    .commentbox div {
        float: left;
        box-sizing: border-box;
        padding: 0 3px;
        height: 100%;
    }

        .commentbox div:first-child {
            width: 19%;
            text-align: right;
            position: relative;
            padding-top: 8px;
            display: none;
        }

            .commentbox div:first-child span {
                height: 22px;
                line-height: 22px;
                display: inline-block;
            }

        .commentbox div:nth-child(10n+2) {
            width: 75%;
            margin-left: 3%;
        }

            .commentbox div:nth-child(10n+2) input {
                padding-left: 2px;
            }

        .commentbox div:last-child {
            width: 20%;
        }

            .commentbox div:last-child input {
                height: 35px;
                line-height: 35px;
                font-size: 100%;
            }

.cmtlist {
    background: white;
}

    .cmtlist .noitems {
        text-align: center;
        padding-bottom: 15px;
        color: #444;
    }

    .cmtlist .title {
        font-size: 120%;
        line-height: 0;
        color: #333;
        border-bottom: 1px solid #ddd;
        padding: 5.5% 4% 5%;
        margin-bottom: 3%;
    }

        .cmtlist .title span {
            font-size: 90%;
            color: #676767;
        }

    .cmtlist .item {
        padding: 0 4% 3%;
        border-bottom: 1px #ccc solid;
        margin-bottom: 3%;
        overflow: auto;
        font-size: 90%;
        color: #676767;
    }

        .cmtlist .item:last-child {
            margin-bottom: 0;
        }

    .cmtlist .avatar {
        float: left;
        width: 11%;
        padding: 0 1%;
        border-radius: 2px;
    }

        .cmtlist .avatar img {
            width: 100%;
            border-radius: 1000px;
        }

    .cmtlist .cmtdetail {
        float: right;
        width: 86%;
    }

        .cmtlist .cmtdetail .cmttop {
            line-height: 0;
            padding: 5% 0;
        }

        .cmtlist .cmtdetail .cmttop {
            color: #333;
            font-size: 110%;
        }

        .cmtlist .cmtdetail .cmtcontent {
            word-break: break-all;
        }

            .cmtlist .cmtdetail .cmtcontent div:first-child {
                line-height: 1.4;
                font-size: 105%;
            }

            .cmtlist .cmtdetail .cmtcontent div:nth-child(2n+2) {
                font-size: 80%;
                color: #bbb;
                line-height: 0;
                padding: 3% 0 2%;
            }

            .cmtlist .cmtdetail .cmtcontent div:nth-child(3n) {
                background: #f5f5f5;
                border-radius: 5px;
                padding: 5px;
                margin-top: 8px;
                line-height: 21px;
                font-size: 90%;
                color: #666;
                position: relative;
            }

                .cmtlist .cmtdetail .cmtcontent div:nth-child(3n) span {
                    color: #977dd6;
                }

                .cmtlist .cmtdetail .cmtcontent div:nth-child(3n):before {
                    content: "";
                    position: absolute;
                    left: 23px;
                    top: -7px;
                    width: 0;
                    height: 0;
                    border-width: 0 7px 7px;
                    border-color: RGBA(0,0,0,0) RGBA(0,0,0,0) RGBA(245,245,245,1) RGBA(0,0,0,0);
                    border-style: solid;
                }

.loadmore {
    height: 50px;
    line-height: 50px;
    background-color: #f2f2f2;
    text-align: center;
    color: #666;
    cursor: pointer;
}

.spradio {
    padding-left: 25px;
    position: relative;
}

    .spradio:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 100px;
        border: 1px solid #b9b9b9;
    }

    .spradio.sel:before {
        background: #977dd6 url('/Images/icon/right.png') center no-repeat;
        background-size: 20px;
        border: none;
    }

.rightarrow {
    padding-right: 20px;
    background: url(/images/bg/rightarrow.png) no-repeat center right;
    background-size: 20px;
}

.friendlytips {
    -webkit-animation: animate-bg 1.5s ease-out 2;
    background-clip: padding-box;
}

@-webkit-keyframes animate-bg {
    0% {
        background: #f5f5f5;
    }

    50% {
        background: #aaa;
    }

    100% {
        background: #f5f5f5;
    }
}

.staticbottom {
    position: fixed;
    bottom: 0;
    left: 0%;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}

.tips2 {
    z-index: 100;
    position: fixed;
    font-size: 80%;
    line-height: 22px !important;
    left: 50%;
    bottom: 50px;
    padding: 2px 10px;
    background-color: rgba(0,0,0,.4);
    color: white;
    border-radius: 2px;
    white-space: nowrap !important;
    opacity: 0;
    transition: opacity .2s,bottom .2s;
    font-style: normal;
}


    .tips2 .ok {
        width: 12px;
        height: 12px;
        border-radius: 100px;
        background: #34ac51 url('/Images/icon/right.png') no-repeat center;
        background-size: 10px;
        display: inline-block;
        margin-right: 2px;
        vertical-align: text-bottom;
    }

#tips {
    position: fixed;
    left: 50%;
    width: 290px;
    top: 20%;
    margin-left: -147px;
    font-size: 14px;
    background: #fff;
    background-clip: padding-box;
    border-radius: 5px 5px 8px 8px;
    z-index: 101;
    box-shadow: 2px 2px 3px #666;
}

    #tips .tipstitle {
        text-align: center;
        padding: 7.5% 0;
        line-height: 0;
        font-size: 115%;
        background-color: #fff;
        color: #977dd6;
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #eee;
        margin: 0 5%;
    }

    #tips .tipscontent {
        text-align: center;
        overflow-y: auto;
        padding: 5% 0 3%;
    }

    #tips .tipsbottom {
        height: 45px;
        text-align: center;
        padding-top: 10px;
    }

        #tips .tipsbottom a {
            width: 120px;
            display: inline-block;
            line-height: 30px;
            text-decoration: none;
            background: #977dd6;
            color: #fff;
            border-radius: 4px;
        }

            #tips .tipsbottom a:first-child {
                margin-right: 10px;
                background-color: #fff;
                border: 1px solid #977dd6;
                color: #977dd6;
                box-sizing: border-box;
                width: 118px;
                line-height: 28px;
            }

            #tips .tipsbottom a:last-child {
                margin-left: 10px;
            }

    #tips.s2 .tipscontent input.commonipt3 {
        width: 80%;
        background-color: #eee;
        border: 1px solid #ccc;
        height: 37px;
    }

    #tips .tipscontent {
        padding: 5% 0 3%;
    }

    #tips.s2 .tipscontent textarea {
        background-color: #eee;
    }

#tips3 {
    position: fixed;
    left: 50%;
    width: 80px;
    height: 80px;
    padding-top: 55px;
    top: 50%;
    margin: -40px 0 0 -40px;
    font-size: 12px;
    border-radius: 8px;
    z-index: 101;
    background: #000; /* url('/Images/icon/loading.gif') center 20px no-repeat*/
    opacity: .5;
    text-align: center;
    color: #ccc;
    box-sizing: border-box;
    text-align: center;
}

    #tips3:before {
        content: "";
        position: absolute;
        left: 50%;
        margin: -3px;
        top: 35px;
        width: 6px;
        height: 6px;
        opacity: .8;
        border-radius: 100px;
        background: #999;
        display: inline-block;
        -webkit-animation-name: gmloading;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -webkit-animation-delay: 0;
        -webkit-animation-duration: 1s;
        animation-name: gmloading;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-delay: 0;
        animation-duration: 1s;
    }

@-webkit-keyframes gmloading {
    from {
        width: 5px;
        height: 5px;
        opacity: .8;
        margin-left: -3px;
    }

    to {
        width: 20px;
        height: 20px;
        opacity: .2;
        margin-left: -10px;
        top: 25px;
    }
}

@keyframes gmloading {
    from {
        width: 5px;
        height: 5px;
        opacity: .8;
        margin-left: -3px;
    }

    to {
        width: 20px;
        height: 20px;
        opacity: .2;
        margin-left: -10px;
        top: 25px;
    }
}

.emptytips {
    padding-top: 40%;
    background: url('/images/icon/empty.png') center 37% no-repeat;
    background-size: auto 62%;
    text-align: center;
    color: #999;
}

.errottips {
    margin-top: 50px;
    padding-top: 150px;
    background: url('/images/icon/error.png') center 15px no-repeat;
    text-align: center;
}

    .errottips div:first-child {
        height: 30px;
        line-height: 30px;
        font-size: 120%;
    }

    .errottips div:last-child {
        color: #7e7e7e;
        font-size: 90%;
    }

.bbsbar1 {
    padding-top: 20px;
}

    .bbsbar1 img {
        width: 100%;
    }

.bbsbar3 {
    color: #977dd6;
    padding: 5px 7%;
    line-height: 20px;
    border-bottom: 1px solid #a4a4a4;
    margin: 0 2%;
}

.bbsbar2.commonpadding {
    line-height: 23px;
    color: #1f1a17;
    padding: 20px 5% 20px;
    font-size: 110%;
}

.bbsbar2 img:nth-child(3n+1) {
    float: left;
    width: 80px;
    margin: 0 10px 10px 0;
}

.bbsbar2.sp {
    position: relative;
}

    .bbsbar2.sp img:nth-child(3n) {
        position: absolute;
        right: 4%;
        top: -55px;
        width: 110px;
    }

#downAppBox {
    position: relative;
    line-height: 35px;
    z-index: 21;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f1f1f1)) repeat-x 0 bottom;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height .7s,opacity .7s;
    border-bottom: 1px solid #ccc;
}

    #downAppBox div {
        float: left;
    }

        #downAppBox div.app_icon {
            width: 40px;
            text-align: center;
        }

    #downAppBox .app_icon img {
        width: 75%;
        vertical-align: middle;
    }

    #downAppBox div.sitename {
        color: #666;
        font-weight: 700;
    }

    #downAppBox div.app_down_btn {
        float: right;
    }

        #downAppBox div.app_down_btn a {
            color: #666;
            font-size: 12px;
            text-align: center;
            display: block;
            height: 22px;
            line-height: 22px;
            border: 1px solid #ddd;
            background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee)) repeat-x 0 bottom;
            padding: 0 7px;
            margin-top: 6px;
        }

    #downAppBox div#pClose {
        float: right;
        background: url('/Images/icon/close.png') center no-repeat;
        background-size: 25px;
        width: 50px;
    }




/*用户登录框*/
#jsloginbox div.item {
    height: 40px;
    line-height: 40px;
    padding: 0 5%;
}

    #jsloginbox div.item input.commonipt3 {
        width: 100%;
        background: #f5f5f5 4% center no-repeat;
        background-size: auto 44%;
        padding-left: 10.5%;
    }

    #jsloginbox div.item input#login-phone {
        background-image: url('/Images/icon/phone.png') !important;
    }

    #jsloginbox div.item input#login-password {
        background-image: url('/Images/icon/pwd.png') !important;
    }

    #jsloginbox div.item input#login-validatecode {
        background-image: url('/Images/icon/checkcode.png') !important;
    }

    #jsloginbox div.item input#login-validatecode {
        width: 50%;
        height: 32px;
        margin-top: 4px;
        padding: 8px;
        padding-left: 10.5%;
    }

#jsloginbox div.errtips {
    font-size: 85%;
    padding: 0 5%;
    border: 0;
    line-height: 25px;
    transition: height .5s;
    color: red;
}

#jsloginbox .rhidden {
    transition: height .5s,padding .5s;
    overflow: hidden;
    padding: 0 !important;
    height: 0 !important;
    position: relative;
}

#jsloginbox #rebindphone input {
    float: left;
}

#jsloginbox #rebindphone #btnReSendVerifycode {
    right: 57px;
}

#jsloginbox #loginbottips {
    padding: 0 5%;
    height: 30px;
    line-height: 30px;
}

    #jsloginbox #loginbottips a {
        color: #333;
        float: left;
    }

        #jsloginbox #loginbottips a:last-child {
            float: right;
        }
/*用户登录框*/

.setwarpper {
    margin-top: 10px;
    border: solid #ccc;
    border-width: 1px 0;
    background-color: white;
}

    .setwarpper div.warpper {
        padding: 5.7% 4.3% 5.7% 0;
        overflow-y: auto;
        line-height: 0;
        position: relative;
        vertical-align: middle;
        margin-left: 4.3%;
        border-bottom: 1px solid #ccc;
    }

    .setwarpper div.item:last-child div.warpper {
        border-bottom: none;
    }

    .setwarpper div.item div.warpper:after {
        content: "";
        position: absolute;
        right: 5%;
        top: 36%;
        width: 0;
        padding: 1.5%;
        border: solid #bbb;
        border-width: 1px 1px 0 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .setwarpper div.item div.warpper:active {
        background-color: #f0f0f0;
    }

    .setwarpper div.item .left {
        float: left;
        color: #333;
    }

    .setwarpper div.item .right {
        float: right;
        color: #999;
        padding-right: 2%;
        white-space: nowrap;
    }

    .setwarpper div.item div.warpper .right {
        padding-right: 5%;
    }

    .setwarpper .item.sp div.warpper:after {
        content: none;
    }

    .setwarpper .item.sp .right {
        float: left;
        padding-left: 16%;
    }

        .setwarpper .item.sp .right span {
            margin-left: 6%;
            display: inline-block;
        }

.layout1 {
    position: relative;
}

    .layout1 .warpper {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
/*tabheader*/
.tabheader {
    padding-top: 9%;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 1.6%;
}

    .tabheader .warpper {
        background-color: #fff;
        padding: 0 5%;
        box-sizing: border-box;
        overflow: hidden;
    }

        .tabheader .warpper:after {
            content: "";
            position: absolute;
            bottom: -1px;
            width: 20%;
            height: 2px;
            border-bottom: 2px solid #f33712;
            transition: left .5s;
        }

    .tabheader .col0:after {
        left: 17.5%;
    }

    .tabheader .col1:after {
        left: 62.7%;
    }

    .tabheader .warpper div {
        float: left;
        width: 50%;
        text-align: center;
        line-height: 2.7;
        cursor: pointer;
    }

        .tabheader .warpper div.sel {
            color: #f33712;
        }

.tabcontent {
    display: none;
}

    .tabcontent.sel {
        display: block;
    }
/*tabheader end*/
/*block*/
.block {
    margin: 0 auto 2%;
    overflow-y: auto;
    background-color: #fff;
    width: 98%;
    border-radius: 10px;
}

    .block .title {
        font-weight: 700;
        text-indent: 1.6em;
        padding: 2% 0 1%;
        border-bottom: 1px solid #f5f5f5;
    }

/*block end*/
