@charset "utf-8";

/* CSS Document */


/*公共*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: arial, "Lantinghei SC", "Microsoft Yahei";
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

ul,
li,
ol {
    list-style: none;
}

dl,
dd {
    margin: auto;
}

.am-btn {
    font-size: 12px;
}

html {
    width: 100%;
    height: 100%;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
}


/*text-size-adjust不管屏幕怎么变文字大小不变*/

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 12px;
    font-family: arial, "Lantinghei SC", "Microsoft Yahei";
}

a:link,
a:visited,
a:hover {
    text-decoration: none;
    outline: none;
}


/*所有超链接不要下划线*/

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


/*任何标签、包括它前面、后面生成的内容都不要影响盒子的边框*/

.clear {
    clear: both
}

img,
input {
    vertical-align: middle;
}

a {
    color: #fff;
    text-decoration: none;
}

.spatic {
    width: 100%;
    height: 16px;
}

h5 {
    float: right;
    color: #666;
    padding-right: 20px;
}

input.add,
input.min {
    width: 15px
}

.last {
    border-right: none !important;
}


/*选项卡样式定义*/


/*.am-nav-tabs,.am-tabs-bd{border-color:transparent ;}
.am-nav-tabs > li.am-active > a, #main-tab .am-nav-tabs > li.am-active > a:hover, #main-tab .am-nav-tabs > li.am-active > a:focus,#main-tab .am-nav-tabs > li > a:hover ,#main-tab .am-nav-tabs > li > a:focus {
color: #555555;background:none;border-color:transparent;cursor: default;}
.am-nav-tabs > li{border-bottom:2px solid  transparent;}
.am-nav-tabs > li.am-active {border-bottom:2px solid #F03726;}
.am-tabs-nav li {max-width:216px;height:36px;font-size:16px;line-height:36px ;}
.am-tabs-nav li a,.am-tabs-nav li.am-active a{cursor: pointer;}*/


/*选项卡样式*/

.am-nav-tabs>li.am-active span {
    color: #E4393C;
    font-size: 16px;
}

.am-nav-tabs>li span {
    font-size: 16px;
    font-weight: 700;
}


/*#main-tab1 .am-nav-tabs li:hover,
#main-tab1 .am-nav-tabs li:focus {
	display: inline-block;
	width: 25%;
	background-size: 100%;
	background-image: url(../../img/home-recommend-click.png);
	background-repeat: no-repeat;
}#main-tab1 .am-nav-tabs>li>a:hover {
    border: 1px solid transparent
}

#main-tab1 .am-nav>li>a:hover,
.am-nav>li>a:focus {
    background: none;
}
*/


/*浮动框*/

.nav.white {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1099;
    margin: 0px auto;
    background: #FFFFFF;
}

.nav.white .logo {
    float: left;
    width: 30%;
    margin: 6px auto;
    padding-left: 5px
}

.logoBig {
    display: none;
}

.logo img {
    width: 100%
}


/*搜索框*/

.search-bar {
    height: 41px;
    margin: 0px 20px 0 35px;
    position: fixed;
    width: 100%;
    top: 10px;
}

.search-bar form {
    border: 1px solid #888;
    max-width: 670px;
    border-radius: 5px;
    background: #FFFFFF;
}

.search-bar input {
    padding-left: 5px;
    height: 32px;
    width: 78%;
    outline: none;
    font-size: 12px;
    border: none
}

#ai-topsearch {
    width: 20%;
    height: 32px;
    border: none;
    /* float: left; */
    background: #F03726 none repeat scroll 0% 0%;
    color: #F5F5F2;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0px 0px;
    position: absolute;
    left: 22%;
}


/* 分类*/

.long-title,
.nav-cont {
    display: none;
}


/*侧边导航*/

.mui-mbar-tabs {
    display: none;
}

.header {
    /*display:none; */
    max-width: 1000px;
    margin: 0px auto;
    font-size: 12px;
}

.footer-bd {
    display: none
}

.footer {
    text-align: center;
    border-top: 2px solid #F8F8F8 margin-top: 20px;
    padding-top: 5px;
    margin-bottom: 60px;
}

.footer-hd {
    display: block;
}

.tip {
    display: none
}

.navCir {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.navCir li {
    width: 25%;
    padding: 5px;
    background: #fff;
    border-top: 1px solid #f5f5f5;
    float: left;
    text-align: center;
    font-size: 14px;
}

.navCir li i {
    display: block;
    font-size: 18px;
}

.navCir li.active a {
    color: #e50080;
}


/*@media only screen and (min-width: 1080px) {
	#main-tab2{width:400px;margin: 0 auto;}
	#main-tab1 .am-tabs-nav li {max-width:400px;height:40px;font-size:16px;line-height:36px ;}

}*/

@media only screen and (min-width: 640px) {

    /*公共*/
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        font-size: 14px;
    }

    #product-logo {
        width: 5%;
        margin: 13px 0 0 5px;
    }

    .nav.white {
        background: none;
    }

    .header {
        display: block;
        height: 35px;
    }

    .message-l {
        float: left;
    }

    .message-l .topMessage {
        padding: 0px 6px;
        height: 35px;
        line-height: 35px;
    }

    .message-r {
        float: right;
    }

    .message-r .topMessage {
        float: left;
        padding: 0px 6px;
        height: 35px;
        line-height: 35px;
    }

    /*.nav.white .logo{display:none;}  */
    .nav.white .logoBig {
        display: block;
        float: left;
        height: 56px;
        width: 115px;
        margin: 0px auto;
        margin-left: 5%
    }

    .nav.white .logoBig img {
        width: 100%;
    }

    .my-cart {
        width: 46px;
        height: 46px;
    }

    .search-bar {
        /*height: 51px;margin: 0px 50px 0 120px; padding-left:5%;*/
        height: 51px;
        margin: 10px 15px 0 60px;
        /*padding-left:5%;*/
        /* padding-left: 5%; */
    }

    #ai-topsearch {
        height: 46px;
    }

    .search-bar input {
        width: 80%;
        height: 46px;
    }

    .my-cart a {
        display: block;
        margin-top: 5px
    }

    .classified {
        display: none;
    }

    .nav.white {
        position: fixed;
        top: 0px;
        z-index: 9999;
        background: #FFFFFF;
        padding-bottom: 15px;
    }

    #ai-topsearch {
        font-size: 18px;
    }

    /*底部*/
    .footer {
        text-align: left;
        display: block;
        position: relative;
        margin: 0px auto;
        padding: 7px 0px 9px;
        border-top: 2px solid #FF5400;
        margin-top: 20px;
    }

    .footer .footer-bd p,
    .footer .footer-hd p {
        margin-bottom: 8px;
        line-height: 27px;
        border-bottom: 1px solid #DDD;
        text-align: left;
    }

    .footer .footer-hd a {
        margin: 0px 4px;
        white-space: nowrap;
        color: #6C6C6C;
    }

    .footer .footer-hd b {
        margin: 0px 3px;
        font-weight: 400;
        color: #DDD;
    }

    .footer .footer-bd p {
        border-bottom: none;
    }

    .footer-bd {
        display: block;
    }

    /* .header,.nav.white{ padding-right:40px;}*/
    .bloglist {
        margin-top: 0px;
    }

    .shopMain {
        margin: 0px 5px;
    }

    /*选项卡样式*/
    #main-tab .am-nav-tabs>li span {
        font-size: 16px;
        padding: 5px 15px;
    }
}

@media only screen and (min-width: 1025px) {
    .mui-mbar-tabs {
        display: block;
    }

    .nav.white {
        padding-left: 0px;
        max-width: 1000px;
        margin: 0px auto;
    }

    .nav.white .logo {
        display: none;
    }

    .nav.white .logoBig {
        display: block;
        float: left;
        height: 90px;
        width: 200px;
        margin-left: 0px;
    }

    .nav.white .logoBig li {
        float: left;
    }

    .search-bar {
        height: 90px;
        padding: 20px 70px 0 230px;
        margin: auto;
    }

    .my-cart {
        display: none;
        right: 10%;
        top: 20px;
    }

    .shopNavfloat {
        display: block;
        position: fixed;
        bottom: 0px;
        left: 30px;
    }

    .shopMain {
        margin: 0px 40px 0px 5px;
    }

    .shopCon li {
        width: 20%;
        padding: 10px;
    }

    .search-bar input {
        height: 46px;
    }

    .search-bar {
        margin: 0px auto;
    }

    .tip {
        display: block;
    }

    /*分类*/
    .nav-table {
        max-width: 1000px;
        margin: 0px auto;
        height: 45px;
        position: relative;
        overflow: hidden;
    }

    .all-goods {
        font-size: 16px;
    }

    .long-title {
        background: #d2364c;
        color: #fff;
        height: 45px;
        line-height: 45px;
        display: block;
        position: absolute;
        width: 150px;
        text-align: center;
        font-size: 16px;
        top: 0px;
        z-index: 6;
    }

    .nav-cont {
        position: absolute;
        padding-left: 150px;
        display: block;
        width: 100%;
        top: 0px
    }

    .nav-cont li {
        float: left;
        height: 45px;
        line-height: 45px;
    }

    .nav-cont li::before {
        content: '\20';
        display: inline-block;
        height: 16px;
        border-right: 1px solid #d9d9d9;
        width: 0;
        vertical-align: middle;
        margin-left: -1px;
    }

    .nav-cont li a {
        font-size: 16px;
        color: #333;
        line-height: 36px;
        margin-left: -1px;
        padding: 0 25px;
        text-decoration: none;
        font-weight: 700;
        display: inline-block;
        vertical-align: middle;
    }

    .nav-cont .nav-extra {
        position: absolute;
        right: 0px;
        top: 6px;
        font-size: 16px;
        color: #fcff00;
        line-height: 33px;
        height: 33px;
        width: 160px;
        text-align: center;
        background: url(../../images/extra.png);
        cursor: pointer;
    }

    .nav-cont .nav-extra i.nav-user {
        background: #000;
        color: #fff;
        width: 33px;
        height: 33px;
        border-radius: 33px;
        position: absolute;
        left: -28px;
        z-index: 99;
        padding: 5px;
        overflow: hidden;
    }

    .nav-cont .nav-extra b {
        display: block;
        position: absolute;
        width: 45px;
        height: 45px;
        border-radius: 45px;
        z-index: 1;
        left: -33px;
        top: -8px;
        background: #fff;
    }

    b.line {
        display: block;
        width: 100%;
        height: 2px;
        border-bottom: 2px solid #d2364c;
        position: absolute;
        top: 180px;
        z-index: 5;
    }
}

@media only screen and (min-width: 1260px) {
    .am-container {
        max-width: 1200px;
    }

    .footer {
        max-width: 1200px;
        margin: auto;
    }

    /*分类*/
    .nav-table {
        max-width: 1200px;
    }

    .long-title {
        width: 180px;
    }

    .nav-cont {
        padding-left: 180px;
    }
}


/*侧边信息栏*/

.tip {
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: #e1e1e1;
    min-height: 100%;
    z-index: 1000;
}

#sidebar {
    padding-top: 120px;
    width: 35px;
    position: absolute;
    right: 0;
    background-color: #2b2b2b;
    min-height: 100%;
    z-index: 100;
    color: #FFF;
}

#content {
    width: 800px;
    margin: 0 auto;
    height: 400px;
}

.item {
    text-align: center;
    cursor: pointer;
    position: relative;
    padding-bottom: 3px;
}

.item span,
.quick_toggle li span {
    display: block;
    line-height: 38px;
    width: 35px;
    height: 38px;
    background: url(../images/ibar_sprites.png) no-repeat;
}


/*图标定位*/

.item .setting {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 18px;
    height: 19px;
    background-position: 0 0;
}

.item:hover .setting {
    background-position: -33px 0;
}

.item .message {
    position: absolute;
    top: 10px;
    left: 8px;
    width: 22px;
    height: 19px;
    background-position: 0px -29px;
}

.item:hover .message {
    background-position: -33px -29px;
}

.item .view {
    position: absolute;
    width: 18px;
    height: 18px;
    background-position: 0 -57px;
    top: 10px;
    left: 10px;
}

.item:hover .view {
    background-position: -33px -57px;
}

.item .zuji {
    position: absolute;
    width: 11px;
    height: 24px;
    background-position: -4px -110px;
    top: 8px;
    left: 12px;
}

.item:hover .zuji {
    background-position: -36px -110px;
}

.item span.wdsc,
.item span.chongzhi {
    background: none;
}

.item:hover,
.quick_toggle li:hover {
    background: #ed145b;
}

.item p {
    font-size: 12px;
    width: 16px;
    margin: 0px auto;
    padding-bottom: 10px;
}

.item,
.nav-content {
    font-size: 12px;
}

.ibar_login_box {
    width: 267px;
    height: 185px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #ccc\0;
    border-top: 1px solid #ccc\0;
    border-bottom: 1px solid #ccc\0;
    z-index: 3;
    position: absolute;
    top: 0px;
    left: -270px;
    display: none;
}

#shopCart {
    overflow: hidden;
}

p.cart_num {
    width: 21px;
    height: 21px;
    display: block;
    border-radius: 50%;
    background: #ED145B none repeat scroll 0% 0%;
    text-align: center;
    line-height: 21px;
    cursor: pointer;
    color: #FFF;
    margin-bottom: 10px;
}

.item:hover p.cart_num {
    background: #FFF;
    color: #ED145B
}


/*小图标定位*/

.quick_toggle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    background: #2b2b2b;
    z-index: 1;
}

.item a,
.quick_toggle a {
    display: block;
    width: 40px;
    height: 38px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.quick_toggle span {
    position: absolute;
    top: 12px;
    left: 12px;
    background: url(../images/ibar_sprites.png) no-repeat;
}

.quick_toggle .kfzx {
    background-position: 0 -175px;
}

.quick_toggle li:hover .kfzx {
    background-position: -33px -175px;
}

.quick_toggle .mpbtn_qrcode {
    background-position: 0 -302px;
    position: absolute;
    top: 12px;
    left: 10px;
}

.quick_toggle .top {
    background-position: 0 -201px;
    position: absolute;
    top: 12px;
    left: 10px;
}


/*展开内容项布局*/

.ia-head-list .num {
    font-size: 16px;
    height: 26px;
    font-family: arial;
}

.ia-head-list .pl {
    width: 60px;
    border-right: dashed 1px #ccc;
    height: 47px;
    margin-top: 10px;
    margin-left: 6px;
    text-align: center;
    float: left;
}

.pl.money {
    border-right: none;
}

.ia-head-list {
    height: 66px;
    width: 200px;
    background: #f3f3f3;
    overflow: hidden;
    zoom: 1;
    margin-top: 15px;
    color: #4a4a4a;
}


/*头像*/

.ibar_login_box .avatar_imgbox {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.status_login .user_info {
    overflow: hidden;
    color: #333;
    padding-top: 30px;
    line-height: 24px;
    width: 140px;
    float: left;
}

.ibar_login_box .login_btnbox {
    width: 200px;
    height: 79px;
    border-top: 1px dotted #d5d5d5;
    overflow: hidden;
    padding-top: 15px;
    clear: both;
    margin: 0px auto;
}

.ibar_login_box .login_btnbox a {
    width: 94px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    color: #333;
    text-decoration: none;
    float: left;
    background-position: 0 -408px;
    background-repeat: repeat-x;
    border-color: #e9e9e9;
}

.mp_tooltip {
    height: 38px;
    line-height: 38px;
    width: 92px;
    position: absolute;
    z-index: 2;
    left: -121px;
    top: 0;
    background: #2b2b2b;
    color: #d8d8d8;
    text-align: center;
    display: block;
    visibility: hidden;
    font-size: 12px;
}

.icon_arrow_white {
    position: absolute;
    right: -5px;
    top: 15px;
    width: 5px;
    height: 9px;
    background: url(../images/ibar_sprites.png) no-repeat;
    background-position: 0 -253px;
}

.icon_arrow_right_black {
    position: absolute;
    right: -5px;
    top: 15px;
    width: 5px;
    height: 9px;
    background: url(../images/ibar_sprites.png) no-repeat;
    background-position: 0px -234px;
    overflow: hidden;
}

.mp_qrcode {
    padding: 10px;
    width: 148px;
    height: 150px;
    top: -50px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    border-radius: 5px 0 0 5px;
    border: 1px solid #ccc;
    z-index: 3;
    position: absolute;
    left: -154px;
    display: none;
}

.mp_qrcode .icon_arrow_white {
    top: 105px;
}

.nav-content {
    position: absolute;
    min-height: 100%;
    width: 200px;
    background-color: #fff;
    z-index: 99;
    text-align: center;
    right: -165px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #999;
    padding-top: 15px;
}

.mp_qrcode img {
    width: 100%;
    height: auto;
}

.am-article-title.blog-title {
    font-size: 24px;
    line-height: 1.15;
    font-weight: normal;
    margin: 10px 0px 20px;
}

.blog-content p {
    margin: 0 0 1.6rem 0;
    font-size: 14px;
}


/*over demo*/

#all-people .am-u-sm-6 {
    padding-left: 8px;
}

#all-people .am-u-sm-6:nth-of-type(2) {
    padding: 0 8px 0 5px;
    overflow: hidden;
}

#all-people .am-u-sm-6:nth-of-type(2) .am-u-sm-12:nth-of-type(2) {
    margin-top: 4%;
}

.font-f3d {
    color: #ff3d3d;
}

.font-through {
    text-decoration: line-through
}


/*#main-tab1{width: 285px;margin: 0 auto;}*/


/*选项卡样式定义

#main-tab1 .am-nav-tabs,
.am-tabs-bd {
    border-color: transparent;
}

#main-tab1 .am-nav-tabs>li.am-active>a,
#main-tab .am-nav-tabs>li.am-active>a:hover,
#main-tab .am-nav-tabs>li.am-active>a:focus,
#main-tab .am-nav-tabs>li>a:hover,
#main-tab .am-nav-tabs>li>a:focus {
    color: #555555;
    background: none;
    border-color: transparent;
    cursor: default;
}

#main-tab1 .am-nav-tabs>li {
    border-bottom: 2px solid transparent;
}

#main-tab1 .am-nav-tabs>li.am-active {
    background-image: url(../../img/home-recommend-click.png);
    display: inline-block;
    width: 25%;
    background-size: 100%;
    background-repeat: no-repeat;
}

#main-tab1 .am-tabs-nav li {
    max-width: 300px;
    height: 40px;
    font-size: 16px;
    line-height: 36px;
}

#main-tab1 .am-tabs-nav li a,
.am-tabs-nav li.am-active a {
    cursor: pointer;
    line-height: 0.8;
}
#main-tab1 .am-nav-tabs>li.am-active span {
    color: #E4393C;
    font-size: 16px;
}

#main-tab1 .am-nav-tabs>li span {
    font-size: 16px;
    font-weight: 700;
}
*/


/*选项卡样式*/

#main-tab ul,
li {
    list-style: none;
}

#main-tab .am-nav-tabs {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 320px) {
    #main-tab .am-nav-tabs {
        width: 320px;
    }
}

#main-tab .am-nav-tabs li {
    display: inline-block;
    float: left;
    width: 25%;
    height: 42px;
    padding: 6px;
}

#main-tab .am-nav-tabs a {
    display: block;
    color: #333333;
}

#main-tab .am-nav-tabs li.am-active {
    display: inline-block;
    width: 25%;
    background-size: 100%;
    background-image: url(../../img/home-recommend-click.png);
    background-repeat: no-repeat;
}

@media (min-width: 390px) {
    #main-tab .am-nav-tabs li.am-active {
        width: 97px;
    }
}

#main-tab .am-nav-tabs li.am-active a {
    color: #fd7100;
}

#search-icon {
    width: 6%;
    margin-left: 5px;
}

#product-b {
    background: #F0F0F0;
}


/**/

.pro-h1 {
    text-align: center;
    background: #FFFFFF;
    color: #e50080;
}

.font-center {
    text-align: center;
}

.font-e5 {
    color: #e50080;
}


/**/

@media only screen and (min-width: 1025px) {
    .title-h4 h4 {
        float: inherit;
        width: 80%;
        margin: 7px auto;
    }
}

@media only screen and (min-width: 640px) {

    #main-tab1,
    .am-tabs-bd {
        padding-left: 15px;
    }
}

.am-nav-tabs>li>a {
    margin-right: 0;
    margin-left: 5px;
}


/*pro-detail*/

#pro-detail {
    background: #FFFFFF;
    padding: 10px 10px 0px 5px;
}

#pro-detail .am-u-sm-6 {
    padding: 0;
    float: left;
}

#pro-detail .am-u-sm-6 .activityMain {
    border: solid 1px #D2D2D2;
    margin: 0 0 5px 5px;
}

#pro-detail .am-u-sm-6 .activityMain .product-price {
    padding: 0 10px;
}

.font-8f {
    color: #8f8e8e;
}

#pro-detail .product-pricer {
    float: right;
    padding-bottom: 5px;
}

#pro-detail .product-price p {
    padding-top: 5px;
}

.rt {
    margin-bottom: 10px;
}

#doc-modal-3 {
    position: fixed;
    bottom: 0;
    height: 100%;
}

#doc-modal-2 {
    position: fixed;
    bottom: 0;
    height: 55%;
}

#doc-modal-1 {
    position: fixed;
    bottom: 0;
    height: 70%;
}

.am-modal {
    width: 100%;
    left: 0;
    margin-left: 0;
    background: #fefefe;
}

.pop-ulma {
    overflow-y: scroll;
    height: 500px;
}

#pop-ul li,
#pop-ul1 {
    height: 44px;
    line-height: 44px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
    padding-bottom: 5px;
}

#pop-ul,
#pop-ul1 {
    padding: 0 10px;
}

#pop-ul li:first-child,
#pop-ul1 li:first-child {
    line-height: 30px;
}

.font-bold {
    font-weight: bold;
}

#doc-modal-2 .am-form-group .am-u-sm-12 .am-close,
#doc-modal-1 .am-form-group .am-u-sm-12 .am-close {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#doc-modal-2 .am-form-group,
#doc-modal-1 .am-form-group {
    margin-bottom: 0;
}

.pop-pro {
    color: #FFFFFF;
}

.pop-proe {
    margin: 10px -5px 0 0;
}

.pop-ulma .am-g .am-u-sm-4 img {
    width: 100%;
}

.pop-ulma .am-g .am-u-sm-4 {
    margin: 10px 0 0 15px;
}

.font_left {
    text-align: left;
}

.z_index11 {
    z-index: -1;
}

.p-ds {
    margin: 8px 0 0 0;
    padding: 0;
    height: 30px;
}

.font_71 {
    color: #717171;
}

.mar-top10 {
    margin-top: 3%;
}

#drop-top .am-selected {
    width: auto;
}

#drop-top .am-dropdown button {
    border: none;
    background: #F0F0F0;
    padding: 0;
}

#drop-top .am-dropdown .am-dropdown-content {
    background-color: #191919;
    border-radius: 5px;
}

#drop-top .am-dropdown .am-dropdown-content:before,
.am-dropdown-content:after {
    position: absolute;
    display: block;
    content: "";
    /*  width: 0;
    height: 0;
    background-color: #191919;

    border-color:transparent  transparent #191919 transparent;*/
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-color: transparent transparent #191919 transparent;
    border-style: dashed dashed solid dashed;
}

#drop-top .am-dropdown .am-dropdown-content:before,
.am-dropdown-content:after {
    right: 8px;
    top: -18px;
    z-index: 999;
    pointer-events: none;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 10px;
    border-color: transparent transparent #191919 transparent;
    border-style: dashed dashed solid dashed;
}

#drop-top .am-dropdown ul.am-dropdown-content>li {
    border-bottom: solid 1px #FFFFFF;
}

#drop-top .am-dropdown ul.am-dropdown-content>li:last-child {
    border-bottom: none;
}

#drop-top .am-dropdown ul.am-dropdown-content>li>a {
    display: block;
    padding: 0 6px;
    clear: both;
    font-weight: normal;
    color: #333333;
    white-space: nowrap;
}

#drop-top .am-dropdown ul.am-dropdown-content>li>a i {
    color: #FFFFFF;
    font-size: 1.5rem;
}

#drop-top .am-dropdown ul.am-dropdown-content>li>a span {
    float: right;
    color: #FFFFFF;
    line-height: 30px;
    font-size: 14px;
}

.pro-introduction {
    padding-bottom: 50px;
}

.pro-introduction ul li {
    border-bottom: 1px solid #CBCBCB;
    line-height: 25px;
    margin-top: 8px;
    padding-left: 5px;
}

-dropdown-content>li>a:hover,
ul.am -dropdown-content>li>a:focus {
    background-color: rgba(255, 255, 255, .2);
}