::-webkit-scrollbar {
    display: none;
}

::-moz-placeholder {
    color: #aaa;
}

::-webkit-input-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

::selection {
    background: #111;
    color: #fff;
    font-weight: bold
}

html {
    color: #333;
}

body {
    min-width: 1200px;
}

html,body {
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}



img {
    border: 0;
}

body {
    background: #f5f5f5;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block;
    margin: 0;
    padding: 0;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    color: #08acee;
}

a:active,a:hover {
    outline: 0;
}

button {
    outline: 0;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

i {
    font-style: normal;
}

a {
    color: #666;
}

a:hover {
    color: #eee;
}

em {
    font-style: normal;
}

h2, h3 {
    font-family: "microsoft yahei";
    font-weight: 100;
}

table tr:nth-child(odd) {
    background: #F4F4F4;
}

table td:nth-child(even) {
    color: #F36140;
}

table tr:nth-child(2) {
    background: #fff;
    color: #888;
}

table.aui-tab-data tr {
    background: #fff;
}

table.aui-tab-data tr:nth-child(odd) {
    background-color: #F5F5F5;
}

table.aui-tab-data tr th {
    padding: 10px;
}

table.aui-tab-data tr td {
    padding: 10px;
}

.btn-default {
    background-color: #000000;
}

.btn-primary {
    background-color: #0080fc;
}

.btn-success {
    background-color: #ff6f01;
}

.btn-info {
    background-color: #a46637;
}

.btn-warning {
    background-color: #9b3232;
}

.btn-danger {
    background-color: #461a1a;
}

.H-m {
    margin: 15px 20px;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

.menu-opened {
    background: #000
}

.aui-logo {
    padding-top: 20px;
    width: 100%;
    text-align: center;
}

#cssmenu ul {
    margin: 0 auto ;
    width: 600px;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after, #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    width: auto;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    background: #ffffff;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 14px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #999;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
    color: #f55254;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 25px;
}

#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #009ae1;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

#cssmenu ul li:hover > ul > li {
    height: 32px;
}

#cssmenu ul ul li a {
    padding: 10px 20px;
    width: 160px;
    font-size: 12px;
    background: #333333;
    text-decoration: none;
    color: #dddddd;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #ffffff;
}

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
        background: #000;
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
    }

    .aui-logo {
        padding-top: 75px;
    }

    .aui-content-post ul li {
        width: 100%;
    }

    #cssmenu ul {
        background: #eee;
        width: 100%;
        display: none;
        z-index: 999;
    }

    #cssmenu.align-center > ul, #cssmenu.align-right ul ul {
        text-align: left;
    }

    #cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        border-bottom: 1px solid rgba(120, 120, 120, 0.15);
    }

    #cssmenu ul li a, #cssmenu ul ul li a {
        width: 100%;
    }

    #cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
        float: none;
        display: block;
    }

    #cssmenu ul ul li a {
        padding: 20px 20px 20px 30px;
        font-size: 12px;
        color: #000000;
        background: none;
    }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
        color: #000000;
    }

    #cssmenu ul ul ul li a {
        padding-left: 40px;
    }

    #cssmenu ul ul, #cssmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
    }

    #cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
        display: none;
    }

    #menu-line {
        display: none;
    }

    #cssmenu #menu-button {
        background: #f55254;
        display: block;
        padding: 20px;
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        width: 98px;
    }

    #cssmenu #menu-button::after {
        content: '';
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 15px;
        height: 2px;
        background: #fff;
    }

    #cssmenu #menu-button::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        width: 15px;
        height: 3px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer;
    }

    #cssmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #000000;
        z-index: 99;
    }

    #cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #000000;
        z-index: 99;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}

/* hot-event */
.hot-event {
    position: relative;
    height: 350px;
    width: 1180px;
    margin: 20px auto;
}

.hot-event .switch-tab {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 45%;
    z-index: 20;
}

.hot-event .switch-tab a, .hot-event .switch-tab .current {
    margin: 0 2px;
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 99em;
    overflow: hidden;
    background: #fff;
    border-radius: 50px;
}

.hot-event .switch-tab .current {
    background: #f36142
}

.hot-event .switch-nav {
    position: absolute;
    right: 12px;
    top: 254px;
    z-index: 2;
}

.hot-event .switch-nav .i-prev {
    background-image: url(../images/row-fr.png);
    background-position: center;
    background-size: 20px;
}

.hot-event .switch-nav .prev {
    border-radius: 3px 0 0 3px;
    border-width: 1px;
}

.hot-event .switch-nav .next {
    border-radius: 0 3px 3px 0;
    border-width: 1px 1px 1px 0;
}

.hot-event .switch-nav .i-next {
    background-image: url(../images/row-fl.png);
    background-position: center;
    background-size: 20px;
}

.hot-event .switch-nav a {
    display: inline-block;
    padding: 7px 15px 4px 15px;
    background: rgba(0,0,0,.3);
    border-style: solid;
    border-color: rgba(255,255,255,.6);
}

.hot-event .switch-nav a:hover {
    background: rgba(0,0,0,.2);
}

.hot-event .event-item {
    height: 350px;
    width: 1180px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.hot-event .event-item a {
    width: 100%;
    height: auto;
    display: block;
}

.hot-event .event-item a img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 999em;
    overflow: hidden;
}

/* 关于我们 */
.box {
    margin: 0 auto;
    width: 1180px;
}

.fl_l {
    width: 205px;
    float: left;
    background: #fff;
}

.fl_l li a {
    border-left: 3px solid #fff;
    border-bottom: 1px solid #eee;
    text-align: center;
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 50px;
}

.fl_l li.active a {
    color: #F36140;
    border-left: 3px solid #F36140;
}

.fl_r {
    float: right;
    width: 960px;
}

.fl_r li {
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    font-size: 20px;
    line-height: 30px;
    display: block;
    text-align: left;
}

.fl_r p {
    font-size: 14px;
    color: #737373;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    margin: 0 auto;
    width: 1180px;
}

.bread-nav {
    color: #b8b8b8;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.bread-nav a {
    color: #b8b8b8
}

.bread-nav i {
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url(icon-public.png) 0 -61px ;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.about-pic {
    margin-bottom: 75px;
}

.about-pic .pic-title {
    color: #4e4e4e;
    font-size: 16px;
    margin-bottom: 10px;
}

.reslut-pic .pic-title {
    color: #6e6e6e;
    font-size: 16px;
    height: 26px;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
}

.left-pic {
    width: 848px;
    padding: 20px 0;
    background-color: #fff;
    position: relative;
}

.left-pic .big-pic {
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.left-pic .big-pic img {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    vertical-align: bottom;
}

.share {
    margin-top: 20px;
}

.share span {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
}

.right-infor {
    width: 315px;
    padding: 20px;
    background-color: #fff;
}

.right-infor .download-but {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f36142;
    color: #fff;
    font-size: 18px;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg,#1fd89b,#19a3d8);
    background-image: -o-linear-gradient(90deg,#1fd89b,#19a3d8);
    background-image: linear-gradient(90deg,#1fd89b,#19a3d8)
}

.right-infor .download-but:hover {
    background-color: #ec4c2a
}

.right-infor .download-but i {
    display: inline-block;
    width: 22px;
    height: 23px;
    background: url(../images/dows.png) no-repeat;
    float: left;
    margin: 14px 15px 22px 65px;
    background-size: 22px;
}

.right-infor .collect-but {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #19a3d8;
    color: #fff;
    font-size: 18px ;
    margin-top: 13px;
    margin-bottom: 20px;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg,#F36140,#fd9368);
    background-image: -o-linear-gradient(90deg,#F36140,#fd9368);
    background-image: linear-gradient(90deg,#F36140,#fd9368)
}

.right-infor .collect-but i {
    display: inline-block;
    width: 28px;
    height: 25px;
    background: url(../images/kenots.png) no-repeat;
    float: left;
    margin: 11px 15px 22px 65px;
    background-size: 28px;
}

.right-infor .collect-but:hover {
    background-color: #0099cc;
    color: #fff;
}

.sc-left {
    color: #f36142
}

.right-infor .pic-about-num {
    color: #a2a2a2;
    width: 100%;
    height: 30px;
}

.right-infor .download-num, .right-infor .collect-num, .right-infor .view-num {
    height: 20px;
    line-height: 20px;
    margin-right: 25px;
    padding: 12px 0;
}

.right-infor .download-num i {
    display: inline-block;
    float: left;
    width: 9px;
    height: 12px;
    background: url(icon-public.png) -13px -45px;
    margin: 3px 10px 3px 5px;
}

.right-infor .collect-num i {
    display: inline-block;
    float: left;
    width: 13px;
    height: 13px;
    background: url(icon-public.png) -12px -60px;
    margin: 2px 10px 3px 5px;
}

.right-infor .view-num i {
    background: rgba(0, 0, 0, 0) url("icon-public.png") repeat scroll -31px -60px;
    display: inline-block;
    float: left;
    height: 14px;
    margin: 2px 10px 3px 5px;
    width: 17px;
}

.right-infor .pic-infor {
    padding-top: 1px;
}

.right-infor .pic-infor p {
    font-size: 14px;
    color: #5e5e5e;
    margin-bottom: 10px;
}

.right-infor .contact {
    width: 100%;
    background-color: #f0e3d2;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #767676;
    box-shadow: 1px 1px 2px rgba(6,0,1,0.2) ;
    font-size: 16px
}

.right-infor .pic-infor p {
    color: #666;
    font-size: 13px;
}

.pic-infor span {
    color: #999;
    font-size: 13px;
}

.pic-info-link a:hover {
    color: #f36142
}

.recommend-title {
    color: #636363;
    font-size: 20px;
    margin-bottom: 30px;
}

.result {
    margin-right: -30px;
    padding-bottom: 100px;
}

.reslut-pic {
    width: 380px;
    height: 572px;
    margin-right: 30px;
    margin-bottom: 25px;
    transition: 0.3s
}

.reslut-pic .img {
    width: 380px;
    height: 572px;
    position: relative;
}

.reslut-pic .img .pos-download {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 91px;
    display: none;
}

.reslut-pic .img .pos-download p {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #fafafa;
    font-size: 14px;
    width: 245px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reslut-pic .img i {
    display: inline-block;
    ; width: 10px;
    height: 13px;
    background: url(icon-public.png) 0 -44px;
    float: left;
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 15px;
}

.reslut-pic:hover .pos-download {
    display: block;
}

.left-area {
    width: 850px;
    position: relative;
}

.copyright-notice {
    width: 848px;
    height: 90px;
    border: 1px solid #f4cb40;
    margin-top: 10px;
    background-color: #fffff8;
    padding: 15px;
}

.copyright-notice h3 {
    padding-bottom: 5px;
    color: #F36140
}

.copyright-notice p {
    color: #999;
    font-size: 12px;
}

#show-top {
    background: #FAFAFA;
    box-shadow: 0 2px 2px rgba(6, 0, 1, 0.2);
    display: none;
    height: 80px;
    min-width: 1200px;
    position: fixed;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 3;
    border-bottom: 1px #eee solid;
}

.s-t-inner {
    height: 80px;
    margin: 0 auto;
    width: 1200px;
}

.s-t-inner .s-t-logo {
    background: url("logo.png") no-repeat 0px 0;
    height: 54px;
    margin-right: 65px;
    margin-top: 20px;
    transition: none 0s ease 0s ;
    width: 182px;
    display: block;
}

.s-t-inner .s-t-title {
    height: 80px;
    line-height: 80px;
    width: 580px;
    color: #333;
    overflow: hidden;
    font-size: 16px;
}

.s-t-inner .s-t-download-but {
    border-radius: 1px;
    position: relative;
    margin-top: 15px;
    margin-right: 110px;
    width: 152px;
    height: 54px;
    line-height: 54px;
    font-size: 22px;
    box-shadow: 1px 1px 2px rgba(6, 0, 1, 0.2);
    color: #fff;
    background-color: #ff9100;
    padding-left: 90px;
}

.s-t-inner .s-t-download-but:hover {
    background-color: #eb8400;
}

.s-t-inner .s-t-download-but i {
    position: absolute;
    background: url("icon-public.png") no-repeat 0 -16px;
    display: block;
    height: 23px;
    top: 17px;
    left: 56px;
    width: 18px;
}

.zhengban {
    width: 100%;
    display: inline-block;
    border-bottom: #efefef 1px solid;
}

.zhengban .zhengban-img {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.zhengban .zhengban-words {
    width: 100%;
    margin-bottom: 20px;
    text-align: center
}

.zhengban .zhengban-word {
    display: inline-block;
    font-size: 13px;
    color: #5e5e5e;
}

.zhengban-word {
    width: 30%
}

.pic-title {
    color: #666;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 400;
}

.seo-num {
    font-size: 12px;
    color: #999;
    padding: 20px;
    position: relative;
}

.show-bread {
    font-size: 12px;
    color: #9a9a9a;
    font-family: "����"!important
}

.below-keyword a {
    color: #d6d6d6;
}

.below-keyword p {
    margin-top: 15px;
}

.below-keyword p a {
    color: #d6d6d6;
}

.show-tags {
    display: inline;
    font-size: 13px !important;
    color: #666
}

.free-download {
    display: none;
    width: 167px;
    height: 47px;
    background-color: #ff9100;
    color: #fff;
    font-size: 18px;
    line-height: 47px;
    position: absolute;
    margin-top: -200px;
    margin-left: 30px;
    z-index: 10;
}

.free-download:hover {
    background-color: #e78300
}

.free-download i {
    display: inline-block;
    width: 18px ;
    height: 20px ;
    margin-right: 10px;
    margin-left: 30px;
    background: url(icon-public.png)0 -19px;
    vertical-align: -3px;
}

.user-con .margin-right {
    width: 1200px;
    margin: 55px auto;
}

.user-con .list-pic {
    margin-right: -48px;
}

.user-con .list-pic .list {
    position: relative;
    width: 238px;
    height: 359px;
    margin-right: 70px;
    margin-bottom: 35px;
}

.list-pic .list img {
    width: 238px;
    height: 359px;
    overflow: hidden;
}

.list-pic .list .mask-pos {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    transition: all 0.2s
}

.list-pic .list .con-pos {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2 ;
    display: none;
    transition: all 0.2s
}

.list-pic .list .con-pos p {
    color: #fff;
    font-size: 12px;
    margin-left: 15px;
    text-align: center;
    line-height: 40px;
    height: 40px;
}

.list-pic .list:hover .mask-pos ,.list-pic .list:hover .con-pos {
    display: block;
}

.margin-right .ti {
    color: #b0b0b0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.seo-fr {
    background-color: #fff;
    font-family: "宋体";
    font-size: 12px;
    height: 128px;
    line-height: 22px;
    margin-top: 15px;
    padding: 20px;
    width: 315px;
}

.aui-ad {
    padding-top: 15px;
}

.aui-ad img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.iphone-aui {
    margin: 32px 0 10px;
    padding: 0 15px;
}

.iphone-aui h2 {
    padding: 1px 14px 30px;
    font-size: 18px;
    color: #666;
    font-weight: normal;
    margin: 0;
}

.iphone-aui h2 i {
    float: left;
    margin-right: 10px;
    display: inline-block;
    width: 20px;
}

.iphone-aui h2 span {
    font-size: 12px;
    margin-left: 24px;
    color: #aaa;
}

.iphone-aui h2 i img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.iphone-aui h2 span em {
    color: #f36142;
    font-weight: 800;
}

#ScrollToTop {
    outline: none;
    position: fixed;
    _position: absolute;
    z-index: 4;
    right: 50px;
    bottom: 200px;
    width: 45px;
    height: 45px;
    margin: 0;
    border-radius: 50px;
    padding: 0;
    display: block;
    border: none;
    cursor: pointer;
    background: #fff;
    border: 1px solid #f36142;
}

#ScrollToTop.Offscreen {
    bottom: -100px;
    -moz-transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
}

#ScrollToTop img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

/*da shang ===========*/
.hide_box {
    z-index: 999;
    filter: alpha(opacity=60);
    background: #000;
    opacity: 0.6;
    -moz-opacity: 0.6;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}

.aui-red {
    color: #f36142;
}

.shang_box {
    width: 440px;
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin-left: -220px;
    margin-top: -122px;
    display: none;
    padding-bottom: 20px;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.reward .shang_box {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.shang_box img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.aui-modal-head .shang_close:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -moz-transform: rotate(360deg);
    /* Firefox */
    -webkit-transform: rotate(360deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(360deg);
    /* Opera */
}

.dashang {
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s;
}

.dashang:hover {
    font-size: 16px;
}

.shang_close {
    width: 22px;
    height: 22px;
    float: right;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 13px;
}

.aui-modal-balance {
    text-align: center;
    width: 402px;
    margin: 0 auto;
    padding: 20px 0;
}

.aui-icon-balance {
    background: url("../img/ba-ye.png") no-repeat left;
    width: auto;
    padding-left: 24px;
    height: 22px;
    background-size: 20px;
    display: inline-block;
    line-height: 22px;
}

.aui-modal-fall {
    text-align: center;
    width: 402px;
    margin: 0 auto;
    background: #fcefef;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #e7c4c9;
    color: #a13a38;
    -webkit-animation: all 1.5s .2s ease both;
    -moz-animation: all 1.5s .2s ease both;
}

@-webkit-keyframes all {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

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

@-moz-keyframes all {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

.aui-modal-fall a {
    font-size: 14px;
    color: #19a3d8;
}

.aui-modal-title {
    padding-bottom: 10px;
}

.aui-modal-title span {
    font-size: 16px;
    padding-right: 40px;
}

.aui-modal-fictitious h3 {
    float: left;
    display: block;
    width: 200px;
    height: 60px;
    min-height: 0px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #1fd89b;
    font-size: 18px;
}

.aui-modal-fictitious a {
    float: left;
    color: #fff;
    display: block;
    width: 200px;
    height: 60px;
    min-height: 0px;
    line-height: 60px;
    text-align: center;
    background: #0099cc;
    font-size: 20px;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg,#1fd89b,#19a3d8);
    background-image: -o-linear-gradient(90deg,#1fd89b,#19a3d8);
    background-image: linear-gradient(90deg,#1fd89b,#19a3d8);
}

.aui-icon-dow {
    background: url("../img/ba-dw.png") no-repeat left;
    width: auto;
    height: 20px;
    padding-left: 24px;
    line-height: 22px;
    background-size: 20px;
    display: inline-block;
}

.shang_logo {
    display: block;
    text-align: center;
    margin: 20px auto;
}

.shang_tit {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 50px;
    color: #a3a3a3;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    margin-top: 7px;
    margin-right: 2px;
}

.shang_tit p {
    color: #a3a3a3;
    text-align: center;
    font-size: 16px;
}

.shang_payimg {
    width: 164px;
    padding: 10px;
    border: 2px solid #EA5F00;
    margin: 0 auto;
    border-radius: 2px;
    height: 164px;
}

.shang_payimg img {
    display: block;
    text-align: center;
    width: 140px;
    height: 140px;
}

.pay_explain {
    text-align: center;
    margin: 10px auto;
    font-size: 12px;
    color: #545454;
}

.aui-modal-head {
    position: relative;
    background: #0099cc;
    padding: 15px;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg,#1fd89b,#19a3d8);
    background-image: -o-linear-gradient(90deg,#1fd89b,#19a3d8);
    background-image: linear-gradient(90deg,#1fd89b,#19a3d8);
}

.aui-modal-head h4 {
    color: #fff;
    font-weight: normal;
}

.aui-login-row-cell {
    display: table-cell;
    vertical-align: top;
    float: left;
}

.aui-login-row-well {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    float: right;
}

.aui-login-row-well a {
    color: #F36140;
}

.radiobox {
    width: 16px;
    height: 16px;
    border: 1px solid #f36142;
    border-radius: 30px;
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 14px;
}

.checked .radiobox {
    background: url("../img/xz.svg") no-repeat center;
    background-size: 18px;
}

.shang_payselect {
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
    height: 60px;
    width: 252px;
}

.shang_payselect .pay_item {
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.shang_info {
    clear: both;
}

.shang_info p,.shang_info a {
    color: #C3C3C3;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    line-height: 2em;
}

.pay_logo {
    float: left;
    width: 90px;
    display: block;
}

.clr {
    clear: both;
}

#ClickMe {
    margin-top: 20px;
    display: inline-block;
    background: #F36140;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border: none;
    cursor: pointer;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg,#F36140,#fd9368);
    background-image: -o-linear-gradient(90deg,#F36140,#fd9368);
    background-image: linear-gradient(90deg,#F36140,#fd9368)
}

#goodcover {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 133%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.50;
    filter: alpha(opacity=80);
}

#code {
    width: 300px;
    height: 500px;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    display: none;
    left: 45%;
    z-index: 1002;
}

.close1 {
    width: 274px;
    height: 60px;
}

#closebt {
    float: right;
}

#closebt img {
    width: 20px;
}

.goodtxt {
    text-align: center;
}

.goodtxt p {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    font-weight: 600;
}

.goodtxt p i {
    color: #f36142;
    font-size: 18px;
}

.code-img {
    width: 250px;
    margin: 30px auto 0 auto;
    padding: 10px;
}

.code-img img {
    border: none;
    display: block;
    height: 240px;
    width: 240px;
}

.aui-mask {
    position: fixed !important;
    z-index: 200;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    margin: 0;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
}

.aui-mask-box {
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
    margin-left: -250px;
    margin-top: -150px;
    z-index: 9999;
    padding: 0;
    display: none;
    width: 500px;
    height: 300px;
    position: fixed !important;
    background: #fff;
    border-radius: 1px;
}

.aui-mask-login {
    display: block;
    color: #767676;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.aui-mask-login h2 {
    font-size: 30px;
    line-height: 36px;
    color: #F36140;
}

.aui-mask-login p {
    text-align: center;
    font-size: 14px;
    color: #999;
    padding: 20px 0;
}

.aui-mask-btn a {
    position: relative;
    width: 270px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 400;
}
