﻿@import "../Css/weui.min.css";

* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Microsoft Yahei", Arial !important;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
}

.specialTable{
	background-color:#930;
	border:solid 1px #CCCCCC;
}

.specialTable td{
	font-size:14px;
	padding:5px;
	padding-left:10px;
	background-color:#FFF;
	border-bottom:solid 1px #CCCCCC;
}

.specialTable td:nth-child(odd){
	border-right:solid 1px #CCCCCC;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
	color: #00a0e9;
	text-decoration: none !important;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1;
}


em, i {
    font-style: normal;
}

img {
    /*	display: block;	*/
    border: 0;
    height: auto;
}

input {
    border: none;
    background: 0 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    clear: both;
    display: block;
    content: '';
}

.clearfix {
    zoom: 1;
}

.hide {
    display: none;
}

input, textarea {
    font-family: "Microsoft Yahei", Arial;
    outline: 0;
    font-size: 14px;
    -webkit-appearance: none;
}

h1, h2, h3 {
    font-size: 16px;
}

h4, h5, h6 {
    font-size: 16px;
}

a:active, a:hover, a:link, a:visited {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.container {
    width: 100%;
    position: relative;
}

.arrow {
    position: relative;
}

    .arrow:after {
        content: " ";
        border-style: solid;
        -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
        transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
        position: absolute;
        top: 50%;
    }

.arrow__1:after {
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #bfbfbf;
    margin-top: -4px;
}

.arrow__2:after {
    height: 8px;
    width: 8px;
    border-width: 0 0 2px 2px;
    border-color: #bfbfbf;
    margin-top: -4px;
}

.arrow__3:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-color: #fff;
}

.arrow__3__l:after {
    border-width: 0 0 2px 2px;
    left: 10px;
}

.arrow__3__r:after {
    border-width: 2px 2px 0 0;
    right: 10px;
}

.arrowdown {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    margin-left: -0.2rem;
    border-style: solid;
    border-width: 0 0.04rem 0.04rem 0;
    border-color: #999;
    z-index: 99;
    -webkit-transform: rotate(45deg);
    -webkit-animation: arrowdown 1.5s infinite ease-in-out;
}

@-webkit-keyframes arrowdown {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 0px) rotate(45deg);
    }

    50% {
        opacity: 1;
        -webkit-transform: translate(0, -5px) rotate(45deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0, -10px) rotate(45deg);
    }
}

.lable {
    line-height: 0;
    color: #898989;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    display: inline-block;
}

    .lable:after {
        content: "";
        display: inline-block;
        width: 100%;
    }

.mtop30 {
    margin-top: 30px;
}

.mtop50 {
    margin-top: 50px !important;
}


.w1200 {
    width: 1200px;
    margin: auto;
}

.bg__white {
    background: #fff;
}

.bg__gray {
	background-color: #F3F3F3;
}

.btn {
    border-width: 1px;
    border-style: solid;
    letter-spacing: 1.5px;
    line-height: 1.25;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.btn__bgblue {
    background: #00a0e9;
    border-color: #00a0e9;
	padding:10px;
}

.btn__bgblue:hover {
	border-color: #0096da;
	color: #fff;
	background-color: #007AAE;
}

.btn-red {
	border-color: #EA0000;
	padding: 10px;
	background-color: #EA0000;
}

.btn-red:hover {
	border-color: #EA0000;
	color: #fff;
	background-color: #990000;
}

.btn__bgred {
    background: #f96868;
    border-color: #f96868;
}

    .btn__bgred:hover {
        background: #e85c5c;
        border-color: #e85c5c;
        color: #FFF;
    }

.btn__linewhite {
    background: transparent;
    border-color: #fff;
}

    .btn__linewhite:hover {
        background: #FFF;
        border-color: #FFF;
        color: #00a0e9;
    }

.btn__lineblue {
    background: transparent;
    border-color: #00a0e9;
    color: #00a0e9;
}

    .btn__lineblue:hover {
        background: #00a0e9;
        border-color: #00a0e9;
        color: #FFF;
    }


.ui__icon:before, .ui__icon__i, .mb__ui__icon:before, .mb__ui__icon__i {
    background-image: url(../Images/icon__ui.png);
    background-repeat: no-repeat;
    background-size: 800px 500px;
}

.no__fixed {
    position: static !important;
}

.fadeout {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/*header*/
.header {
    width: 100%;
    height: 80px;
    background: url(../Images/nav__bg.png) repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    box-shadow: 0 0 6px 1px rgba(0,0,0,.1);
}

.header__cont {
    width: 1250px;
    margin: auto;
    position: relative;
}

.header__logo, .header__nav, .header__link {
    position: absolute;
    top: 0;
}

.header__logo {
    width: 270px;
    height: 80px;
    background: url(../Images/logo__1.png) left center no-repeat;
    background-size: 270px auto;
    display: block;
    left: 0;
}

.header__nav {
    right: 170px;
}

    .header__nav li {
        display: inline-block;
    }

        .header__nav li a {
            font-size: 16px;
            line-height: 80px;
            padding: 0 15px;
            display: block;
        }

            .header__nav li a:hover, .header__nav li a.active {
                background: #00a0e9;
                color: #fff;
            }

.header__link {
    right: 0;
    top: 30px;
}

    .header__link a {
        margin-left: 10px;
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        padding: 3px 15px;
        font-size: 13px;
    }

        .header__link a.login__btn {
            background: #00a0e9;
            border-color: #00a0e9;
            color: #fff;
        }

            .header__link a.login__btn:hover {
                background: #f96868;
                border-color: #f96868;
            }


        .header__link a.register__btn {
            background: transparent;
            border-color: #b3b3b3;
            color: #5c5c5c;
        }

            .header__link a.register__btn:hover {
                border-color: #f96868;
                color: #f96868;
            }

/*footer__nav*/
.footerMenu {
    background: #333333;
}

.footerMenu__cont {
    padding: 30px 0;
    display: flex;
}

.footerMenu ul {
    width: 60%;
    flex: 1;
}

.footerMenu li {
    width: 15%;
    float: left;
    color: #999;
    font-size: 12px;
}

.footerMenu .name {
    font-size: 14px;
    color: #fff;
}

.footerMenu .subname {
    line-height: 30px;
    margin-top: 5px;
}

    .footerMenu a, .footer a {
        color: #999;
    }

        .footerMenu a:hover, .footer a:hover {
            color: #ccc;
        }

.footerMenu__contact {
    display: flex;
}

    .footerMenu__contact .wxcode {
        width: 91px;
        flex: 1;
        margin-top: 10px;
    }

        .footerMenu__contact .wxcode img {
            width: 91px;
            height: 91px;
        }

        .footerMenu__contact .wxcode p {
            letter-spacing: 1.3px;
        }

    .footerMenu__contact .text__touch, .footerMenu__contact .text__share {
        position: relative;
    }


        .footerMenu__contact .text__touch:before {
            width: 16px;
            height: 56px;
            content: "";
            position: absolute;
            left: -25000px;
            top: 30000px;
        }

    .footerMenu__contact .text__share {
        margin-top: 25px;
    }

        .footerMenu__contact .text__share:before {
            width: 182px;
            height: 24px;
            content: "";
            position: absolute;
            left: -25px;
            top: 0;
            background-position: -65px 0;
        }

        .footerMenu__contact .text__share a {
            width: 24px;
            height: 24px;
            position: relative;
            z-index: 1;
            float: left;
            margin-left: 7px;
        }

/*底部版权*/
.footer {
    background: #222;
    padding: 20px 0;
    text-align: center;
    color: #999;
    font-size: 12px;
}

/*分页*/
.pages {
    text-align: center;
	padding:0px;
	margin:0px;
}



/*弹窗*/
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 700px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-content {
    background: #FFF;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}

    .md-content .title {
        padding: 0 40px;
        background: rgba(0,0,0,0.1);
        border-radius: 3px 3px 0 0;
        position: relative;
        display: flex;
    }

    .md-content h3 {
        padding: 0.6em 0;
        font-size: 1.3em;
        font-weight: 300;
        color: #333;
    }

    .md-content .close {
        width: 50px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -25px;
        cursor: pointer;
        text-align: center;
    }

    .md-content .title i {
        display: inline-block;
        width: 30px;
        height: 1px;
        background: #000;
        font-size: 0;
        line-height: 0;
        vertical-align: middle;
        -webkit-transform: rotate(45deg);
        margin-top: 25px;
    }

        .md-content .title i:after {
            content: ' ';
            display: inline-block;
            width: 30px;
            height: 1px;
            background: #000;
            -webkit-transform: rotate(-90deg);
        }


    .md-content > div {
        max-height: 400px;
        overflow-y: auto;
        padding: 15px 40px 30px;
        margin: 0;
        font-weight: 300;
        font-size: 16px;
    }

        .md-content > div p {
            margin: 0;
            padding: 8px 0;
        }

            .md-content > div p span {
                color: #00a0e9;
                padding: 0 8px;
            }

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-content .weui-msg__icon-area {
    margin: 30px 0 20px;
}

.md-content .weui-msg__text-area {
    padding: 0;
}


.md-content .weui-msg__title {
    font-weight: 300;
    font-size: 26px;
    word-wrap: break-word;
}

/*返回顶部*/
.cd-top {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url(../Images/icon__top.png);
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
}

    .cd-top:hover {
        background-color: #00a0e9 !important;
    }

    .cd-top.cd-is-visible {
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        opacity: 1;
    }

/*适配pc*/
@media screen and (min-width:1025px) {
    .pc {
        display: block;
    }

    .mb {
        display: none;
    }
}

/*适配iphone|ipad*/
@media screen and (max-width:1024px) {
    .w1200 {
        width: 100%;
    }

    .pc {
        display: none !important;
    }

    .mb {
        display: block !important;
    }

    .fl, .fr {
        float: none;
    }

    .mb__ui__icon:before, .mb__ui__icon__i {
        background-size: 21.333333rem 13.333333rem;
    }

    /*nav*/
    .overlay {
        background-color: transparent;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0;
        z-index: 100;
    }

        .overlay.active {
            background-color: rgba(3,2,1,0);
            -webkit-transition: background-color 0.35s;
            transition: background-color 0.35s;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 999;
        }

    .navbar {
        position: relative;
        z-index: 1000;
    }

        .navbar .navbar-header {
            height: 50px;
            padding: 0 0;
            box-sizing: border-box;
            width: 100%;
            top: 0;
            background: #fff;
            text-align: center;
            position: fixed;
            z-index: 3;
        }

    .navbar-title {
        line-height: 50px;
        margin: 0 50px;
        color: #333;
        font-size: 14px;
        text-align: center;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .navbar-logo {
        height: 50%;
        position: relative;
        top: 25%;
        display: inline-block;
    }

        .navbar-logo img {
            width: auto;
            height: 100%;
        }


    .navbar-toggle {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 10px;
        margin: 10px;
        background-color: transparent;
        border: 0;
    }

        .navbar-toggle .line {
            width: 30px;
            height: 30px;
            position: relative;
            transform: translateZ(0) rotate(0);
            transition: transform .4s cubic-bezier(.4, .01, .165, .99);
        }

        .navbar-toggle:not(.collapsed) .line {
            transform: translateZ(0) rotate(90deg);
            -webkit-transform: translateZ(0) rotate(90deg);
        }

        .navbar-toggle .lineitem {
            position: absolute;
            left: 0;
            top: 0;
            transform: translateZ(0) rotate(0);
            transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
            -webkit-transform: translateZ(0) rotate(0);
            -webkit-transition: -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
            width: 30px;
            height: 30px;
        }

        .navbar-toggle:not(.collapsed) .lineitem {
            transform: translateZ(0) rotate(45deg);
            transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
            -webkit-transform: translateZ(0) rotate(45deg);
            -webkit-transition: -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
        }

            .navbar-toggle:not(.collapsed) .lineitem.center {
                opacity: 0;
            }

            .navbar-toggle:not(.collapsed) .lineitem.bottom {
                transform: translateZ(0) rotate(-45deg);
                -webkit-transform: translateZ(0) rotate(-45deg);
            }

        .navbar-toggle .icon-bar {
            width: 30px;
            height: 2px;
            background: #333;
            position: absolute;
            left: 0;
            top: 14px;
            transition: transform .2s ease .2s;
            -webkit-transition: -webkit-transform .2s ease .2s;
            transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
        }

            .navbar-toggle .icon-bar.top {
                transform: translate3d(0, -8px, 0);
                -webkit-transform: translate3d(0, -8px, 0);
            }

            .navbar-toggle .icon-bar.bottom {
                transform: translate3d(0, 8px, 0);
                -webkit-transform: translate3d(0, 8px, 0);
            }

        .navbar-toggle:not(.collapsed) .icon-bar {
            transition: transform .2s ease .2s;
            transform: translate3d(0, 0, 0);
            -webkit-transition: -webkit-transform .2s ease .2s;
            -webkit-transform: translate3d(0, 0, 0);
        }


    .navbar .container > .navbar-collapse {
        position: fixed;
        z-index: 0;
        bottom: 0;
        top: 0;
        left: -80%;
        margin: 0;
        padding: 0px;
        width: 80%;
        white-space: nowrap;
        display: block;
        background-color: #f8f8f8;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

        .navbar .container > .navbar-collapse:after {
            content: "";
            display: block;
            width: 20px;
            height: 120%;
            position: absolute;
            left: 100%;
            top: -10%;
            z-index: 99;
            box-shadow: 0 0 10px rgba(0,0,0,.3);
        }

        .navbar .container > .navbar-collapse.active {
            left: 0px;
        }


    .sliding-menu {
        overflow: hidden;
        position: relative;
    }


        .sliding-menu ul {
            float: left;
            margin-top: 50px;
        }

        .sliding-menu li {
            list-style: none;
            margin: 0;
            position: relative;
        }

            .sliding-menu li:after {
                content: '';
                border-bottom-width: 1px;
                border-bottom-style: solid;
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                border-color: rgba(0,0,0,.05);
            }

        .sliding-menu a {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            color: inherit;
            line-height: 20px;
            display: block;
            padding: 14px 20px;
            color: rgba(0,0,0,.5);
            font-size: 14px;
        }

            .sliding-menu a.active {
                background: #fff;
                color: #333;
            }

            .sliding-menu a.nav:after {
                right: 20px;
            }

        .sliding-menu ul.menu-panel {
            margin: 0;
        }


            .sliding-menu ul.menu-panel .back {
                text-align: center;
                padding: 10px 0;
                background: none;
                border-bottom: 1px solid rgba(0,0,0,.1);
                color: rgba(0,0,0,.3);
                font-size: 15px;
            }

                .sliding-menu ul.menu-panel .back:hover {
                    color: rgba(0,0,0,.3);
                }

                .sliding-menu ul.menu-panel .back:after {
                    left: 20px;
                }

    .my__nav {
        width: 60%;
        margin: 30px auto 0 !important;
        border: 1px solid rgba(0,0,0,.05);
        border-radius: 80px;
        display: flex;
    }

        .my__nav:after {
            display: none !important;
        }

        .my__nav:before {
            content: '';
            height: 16px;
            border-left-width: 1px;
            border-left-style: solid;
            border-color: rgba(0,0,0,.05);
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -8px;
        }

        .my__nav a {
            flex: 1;
            padding: 9px 0;
            text-align: center;
            font-size: 14px;
            color: rgba(0,0,0,.5);
        }

    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }


    .row-offcanvas-left {
        left: 0;
    }

        .row-offcanvas-left.active {
            left: 80%;
        }

    /*底部菜单*/
    .footerMenu li {
        display: none;
    }

        .footerMenu li:last-child {
            width: auto;
            float: none;
            display: block;
        }

    .footerMenu__contact {
        flex-flow: row wrap;
        box-sizing: border-box;
        justify-content: center;
    }

        .footerMenu__contact .wxcode {
            width: auto;
            flex: none;
            margin: 0 40px 0 0;
        }

    .footer .link a {
        position: relative;
        padding: 0 10px;
    }

        .footer .link a:after {
            content: "";
            height: 10px;
            border-left: 1px solid #434343;
            position: absolute;
            top: 50%;
            margin-top: -5px;
            right: 0;
        }

        .footer .link a:last-child:after {
            display: none;
        }


    /*弹窗*/
    .md-content .title {
        padding: 0 20px;
    }

    .md-content .close {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .md-content .title i {
        width: 20px;
        margin-top: 15px;
    }

        .md-content .title i:after {
            width: 20px;
        }

    .md-content h3 {
        padding: 15px 0;
        font-size: 0.396667rem;
    }

    .md-content > div {
        padding: 10px 20px;
        font-size: 14px;
    }

        .md-content > div p span {
            padding: 0 3px;
        }

    .md-content .weui-msg__icon-area {
        margin: 10px 0 0;
    }

    .md-content .weui-msg__title {
        font-size: 20px;
        line-height: 1.25;
    }
    /*分页*/
    .pages span {
        display: none;
    }
}
