/*初始化样式*/
body {
    font-family: "microsoft yahei";
    min-width: 1200px;
}

header, section, footer, aside, nav, main, article, figure {
    display: block;
}

input, select, button, textarea {
    outline: none;
    padding-left: 10px;
}

/*公共类*/
.pointer {
    cursor: pointer;
}

ul, li {
    list-style: none;
}

input {
    vertical-align: middle;
}

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

.red {
    color: red;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:active, a:link, a:visited {
    text-decoration: none
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(245, 245, 245, 0.47);
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(100, 100, 100, .3);
    border-radius: 3px;
    background-color: #f0f0f0;
}

body::-webkit-scrollbar-thumb {
    height: 20px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 2px rgba(100, 100, 100, .3);
    background-color: rgba(85, 85, 85, 0.4);
}

/*内页头部*/
.nav_nei {
    width: 100%;
    height: 66px;
    background-color: #333;
}

.logo_nei {
    width: 172px;
    height: 66px;
    background: url(/uploads/image/iimg_pc/nei1.png) no-repeat left center;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 172px;
}

.nei_admin {
    height: 66px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
}

.nei_admin span {
    margin-left: 2px;
    margin-right: 2px;
}

.nei_admin a {
    color: #fff;
}

.nei_admin:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 100%;
    vertical-align: middle;
    background: url(/uploads/image/iimg_pc/index_icon1.png) no-repeat;
    background-position: -17px 22px;
}

.nei_morebg {
    padding-right: 25px;
}

.nei_morebg i {
    width: 18px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/uploads/image/iimg_pc/nei2.png) no-repeat left center;
}

.my_admin {
    height: 66px;
    color: #666;
    vertical-align: middle;
    padding-top: 14px;
}

.my_admin a {
    color: #333;
}

.my_admin a:hover, .my_admin a.active, .my_admin a:active {
    color: #333;
}

.my_admin img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.my_admin a .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 5px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #fff;
}

/*导航样式*/
.navmenu_index {
    padding-top: 20px;
}

.navmenu_index ul li .h2 a {
    color: #333;
}

.navmenu_nei ul li .h2 a {
    color: #fff !important;
}

.navmenu ul {
    margin-bottom: 0;
    padding-left: 0;
}

.navmenu ul li .h2, .navmenu ul li p {
    margin: 0;
}

.navmenu ul li.active a {
    color: #2187f5;
}

.navmenu ul li {
    float: left;
    margin-left: 20px;
    position: relative;
}

.navmenu ul li .h2 {
    margin: 0;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-family: "microsoft yahei";
}

.navmenu_index ul li:hover .h2 a, .navmenu_index ul li.active .h2 a {
    color: #2187f5 !important;
}

.navmenu_index .h2 {
    color: #222 !important;
}

.navmenu_nei ul li.active .h2 a, .navmenu_nei ul li:hover .h2 a {
    color: #fff !important;
}

.nei_morebg {
    font-size: 18px;
}

.navmenu_keyword a {
    display: inline-block;
    margin-left: 15px;
    line-height: 30px;
    color: #666;
    font-size: 12px;
}

.navmenu_keyword a:hover, .navmenu_keyword a:active {
    color: #2187f5;
}

.dropdown_menu {
    width: 520px;
    font-size: 12px;
    background-color: #fff;
    z-index: 999999;
    position: absolute;
    left: 0;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.6);
    display: none;
}

.navmenu_nei {
    padding-top: 5px;
    margin-left: 30px;
}

.navmenu_index .dropdown_menu {
    top: 50px;
}

.navmenu_nei .dropdown_menu {
    top: 59px;
    left: 5px;
}

.caret_sjx {
    width: 16px;
    height: 8px;
    position: absolute;
    left: 20px;
    top: -8px;
    z-index: 9;
    background-image: url(/uploads/image/iimg_pc/up.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.navmenu_index ul li .caret_down {
    padding-left: 15px;
    background: url(/uploads/image/iimg_pc/caret_down.png) no-repeat right center;
}

.navmenu_index ul li .caret_down.active {
    padding-left: 15px;
    background: url(/uploads/image/iimg_pc/caret_up.png) no-repeat right center;
}

.navmenu_nei ul li .caret_down {
    padding-left: 15px;
    background: url(/uploads/image/iimg_pc/caret_down1.png) no-repeat right center;
}

.navmenu_nei ul li .caret_down.active {
    padding-left: 15px;
    background: url(/uploads/image/iimg_pc/caret_up1.png) no-repeat right center;
}

.dropdown_menu_hd {
    width: 150px;
    background-color: #fff;
}

.dropdown_menu_bd {
    width: 368px;
    background-color: #f6f7fb;
}

.dropdown_menu_hd .title {
    margin: 0;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dropdown_menu_hd a {
    color: #333;
}

.dropdown_menu_hd a:hover, .dropdown_menu_hd a:active {
    color: #333;
}

.dropdown_menu_hd .title:first-child {
    height: 36px;
    line-height: 36px;
}

.dropdown_menu_hd .title.active {
    background-color: #f6f7fb;
    color: #2187f5;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.dropdown_menu_hd .title.active a {
    color: #2187f5;
}

.dropdown_menu_hd .title i {
    display: inline-block;
    margin-top: -10px;
    margin-left: 5px;
    width: 20px;
    height: 13px;
    background: url(/uploads/image/iimg_pc/nei47.gif) no-repeat;
}

.dropdown_num {
    display: none;
}

.zt_box {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
}

.zt_box a {
    color: #2187f5 !important;
    margin-left: 15px;
}

/*内页面包屑position*/
.nei_position {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    box-shadow: 2px 2px 2px rgba(149, 149, 149, 0.25);
}

.nei_position a {
    color: #333;
    font-size: 14px;
}

.nei_position a:hover, .nei_position a:active {
    color: #2187f5;
}

.tab_bd {
    display: none;
}

/*底部开始*/
.footer {
    width: 100%;
    background-color: #333;
    padding-bottom: 5px;
}

.footer_top {
    padding-bottom: 10px;
    border-bottom: 1px solid #414040;
    color: #fff;
}

.footer_top_left {
    width: 970px;
}

.footer_top_right {
    width: 224px;
    text-align: center;
    overflow: hidden;
}

.footer_top_left ul {
    overflow: hidden;
    padding-left: 0;
}

.footer_top_left ul li {
    float: left;
    font-size: 14px;
    margin-right: 155px;
}

.footer_top_left ul li a {
    color: #fff;
    text-decoration: none;
}

.footer_top_left ul li h4 {
    line-height: 36px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
}

.footer_top_left ul li p {
    line-height: 28px;
    margin: 0;
}

.footer_top_right h2, .footer_top_right h4 {
    font-size: 20px;
    font-weight: normal;
}

.footer_top_right h2 small, .footer_top_right h4 small {
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
}

.footer_top_right p {
    font-size: 12px;
    line-height: 30px;
}

.footer_top_right .weixin_l {
    margin-left: 15px;
}

.footer_top_right .weixin_r {
    margin-right: 15px;
}

.footer_bottom {
    text-align: center;
    color: #fff;
    padding-top: 10px;
}

.footer_bottom .renzheng {
    margin-bottom: 5px;
}

.footer_bottom .renzheng a {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 12px;
    color: #ccc;
    padding-left: 40px;
    position: relative;
}

.footer_bottom .renzheng a i {
    position: absolute;
    left: 0;
    top: 0;
}

.renzheng_bg1 i {
    width: 23px;
    height: 40px;
    background: url(/uploads/image/iimg_pc/ipa.png) no-repeat;
    background-position: -76px 10px;
}

.renzheng_bg2 i {
    width: 30px;
    height: 40px;
    background: url(/uploads/image/iimg_pc/ipa.png) no-repeat;
    background-position: -97px 10px;
}

.renzheng_bg3 i {
    width: 30px;
    height: 40px;
    background: url(/uploads/image/iimg_pc/ipa.png) no-repeat;
    background-position: -45px 10px;
}

.renzheng_bg4 i {
    width: 24px;
    height: 40px;
    background: url(/uploads/image/iimg_pc/ipa.png) no-repeat;
    background-position: -22px 10px;
}

.renzheng_bg5 i {
    width: 22px;
    height: 40px;
    background: url(/uploads/image/iimg_pc/ipa.png) no-repeat;
    background-position: 0 10px;
}

.renzheng_bg6 i {
    width: 22px;
    height: 40px;
    background: url(/uploads/image/iimg_pc/ipa.png) no-repeat;
    background-position: 0 10px;
}

.renzheng_bg7 i {
    width: 22px;
    height: 40px;
    background: url(/uploads/image/iimg_pc/ipa.png) no-repeat;
    background-position: 0 10px;
}

.renzheng_bg8 i {
    width: 30px;
    height: 40px;
    background: url(/uploads/image/iimg_pc/ipa.png) no-repeat;
    background-position: -45px 10px;
}

.yqlianjie a {
    color: #fff;
    margin-left: 20px;
}

.footer_bottom p {
    margin: 0;
    line-height: 26px;
}

/*底部结束*/
/*公共右侧*/
.side-right {
    z-index: 17;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 60px;
    background-color: #fff;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.side-right ul {
    margin-bottom: 0;
}

.side-right ul li {
    position: relative;
    height: 65px;
    line-height: 65px;
    cursor: pointer;
}

.side-right ul li.go-top {
    display: none;
}

.side-right ul li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -19px;
    width: 38px;
    height: 1px;
    background-color: #f0f0f0;
}

.side-right ul li:last-child:before, .side-right ul li:hover:before {
    display: none;
}

.side-right ul li a {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    width: 100%;
    height: 100%;
    line-height: normal;
    background-color: #2187f5;
    color: #fff;
    text-decoration: none;
}

.side-right .popover {
    display: block;
    visibility: hidden;
    opacity: 0;
    top: auto;
    bottom: 0;
    left: -160px;
    margin-left: 0;
}

.side-right .popover.miniprogram {
    top: 50%;
    bottom: auto;
    margin-top: -180px;
}

.side-right .popover.wechat > .arrow {
    top: auto;
    bottom: 22px;
    margin-top: 0;
}

.side-right .popover .content {
    padding: 8px;
}

.side-right .popover img {
    width: 125px;
    height: 125px;
}

.side-right ul li:hover {
    background-color: #2187f5;
}

.side-right ul li:hover a, .side-right ul li:hover .popover {
    visibility: visible;
    opacity: 1;
}

.icons2 {
    display: inline-block;
    background-image: url(/uploads/image/iimg_pc/index_icon9.png);
}

.icons2.icon-sidebar-k {
    width: 19px;
    height: 18px;
    background-position: 1px 0;
}

.icons2.icon-sidebar-c {
    width: 18px;
    height: 16px;
    background-position: -19px 0;
}

.icons2.icon-sidebar-m {
    width: 15px;
    height: 18px;
    background-position: -39px 0;
}

.icons2.icon-sidebar-w {
    width: 22px;
    height: 17px;
    background-position: -55px 0;
}

.icons2.icon-up.icon-o {
    background-position: -76px 0;
}

.icons2.icon-up {
    width: 15px;
    height: 13px;
    background-position: -148px -308px;
}

.side-right li:hover .icon-sidebar-w {
    background-image: url(/uploads/image/iimg_pc/index_icon9_white.png);
    background-position: -55px 0;
}

.side-right li:hover .icon-sidebar-m {
    background-image: url(/uploads/image/iimg_pc/index_icon9_white.png);
    background-position: -39px 0;
}

/*新的右侧*/
.sidebar {
    width: 60px;
    position: fixed;
    left: 50%;
    bottom: 50%;
    margin-left: 630px;
    margin-bottom: -190px;
    z-index: 100;
    list-style: none;
    border-radius: 8px 8px 8px 8px;
    box-shadow: -2px 0 8px 0 rgba(0, 0, 0, .08);
    background: #fff;
}

@media screen and (max-width: 1360px) {
    .sidebar {
        position: fixed;
        left: 50%;
        margin-left: 580px;
    }
}

@media screen and (max-width: 1300px) {
    .sidebar {
        position: fixed;
        left: 50%;
        margin-left: 550px;
    }
}

.sidebar ul {
    padding-left: 0;
}

.sidebar li {
    height: 60px;
    width: 100%;
    position: relative;
    text-align: center;
}

.sidebar li a {
    display: block;
    color: #333;
}

.sidebar li i {
    display: block;
    width: 44px;
    height: 34px;
    margin: 0 auto;
    border-top: 1px solid #e6e6e6;
}

.sidebar li .line {
    height: 1px;
    background: none;
}

.sidebar li .icon-earphone {
    border-top: none;
}

.sidebar li .icon-gift {
    background: url(/uploads/image/iimg_pc/nei167.png) no-repeat center 8px;
}

.sidebar li .icon-earphone {
    background: url(/uploads/image/iimg_pc/nei168.png) no-repeat center 8px;
}

.sidebar li .icon-phone {
    background: url(/uploads/image/iimg_pc/nei169.png) no-repeat center 8px;
}

.sidebar li .icon-weixin {
    background: url(/uploads/image/iimg_pc/weixin.png) no-repeat center 8px;
    background-size: 28px auto;
}

.sidebar li .icon-coin {
    background: url(/uploads/image/iimg_pc/nei170.png) no-repeat center 8px;
}

.sidebar li .icon-edit {
    background: url(/uploads/image/iimg_pc/nei171.png) no-repeat center 8px;
}

.sidebar li .icon-uparrow {
    background: url(/uploads/image/iimg_pc/nei177.png) no-repeat center 8px;
}

.sidebar li .icon-zhaoshang {
    background: url(/uploads/image/iimg_pc/nei_zhaoshang.png) no-repeat center 8px;
    background-size: 33px 25px;
}

.sidebar li span {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    margin-top: 4px;
    color: #333；
}

.sidebar li:first-child i {
    border-top: none;
}

.sidebar li:hover span {
    color: #2187f5;
}

.sidebar li:hover .icon-gift {
    background: url(/uploads/image/iimg_pc/nei172.png) no-repeat center 8px;
}

.sidebar li:hover .icon-earphone {
    background: url(/uploads/image/iimg_pc/nei173.png) no-repeat center 8px;
}

.sidebar li:hover .icon-phone {
    background: url(/uploads/image/iimg_pc/nei174.png) no-repeat center 8px;
}

.sidebar li:hover .icon-coin {
    background: url(/uploads/image/iimg_pc/nei175.png) no-repeat center 8px;
}

.sidebar li:hover .icon-edit {
    background: url(/uploads/image/iimg_pc/nei176.png) no-repeat center 8px;
}

.sidebar li:hover .icon-uparrow {
    background: url(/uploads/image/iimg_pc/nei178.png) no-repeat center top;
}

.sidebar .gotopbtn {
    height: 49px;
    cursor: pointer;
}

.sidebar .gotopbtn i {
    height: 35px;
}

.sidebar .gotopbtn span {
    line-height: 14px;
    margin-top: 0;
    visibility: hidden;
    display: block;
    text-align: center;
}

.sidebar .gotopbtn:hover i {
    height: 28px;
}

.sidebar .gotopbtn:hover span {
    visibility: visible;
    margin-top: -5px;
}

.sidebar .consult-tip {
    position: absolute;
    background: url(/uploads/image/iimg_pc/tooltip.png) no-repeat;
    cursor: default;
    width: 172px;
    height: 146px;
    box-sizing: border-box;
    padding: 12px 8px 15px 0;
    text-align: center;
    color: #666;
    font-size: 12px;
    right: 64px;
    top: -40px;
}

.sidebar .consult-tip .consult-tip-close {
    position: absolute;
    top: 8px;
    right: 16px;
    width: 11px;
    height: 11px;
    background: url(/uploads/image/iimg_pc/nei179.png) no-repeat;
    cursor: pointer;
}

.sidebar .consult-tip .consult-light {
    background: url(/uploads/image/rcphcsimages/light-905ba.png) no-repeat;
    background-position: 50%;
    width: 21px;
    margin: 0 auto;
    height: 34px;
    margin-bottom: 9px;
}

.codepop {
    display: none;
}

.sidebar .consult-tip .btn-consult-tip {
    margin-top: 15px;
    width: 85px;
    height: 31px;
    line-height: 31px;
    background-color: #2187f5;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    display: inline-block;
}

.qrcodepop {
    cursor: default;
    position: absolute;
    right: 64px;
    top: -95px;
    font-size: 12px;
    text-align: center;
    width: 194px;
    height: 234px;
    padding-top: 15px;
    background: url(/uploads/image/iimg_pc/nei180.png) no-repeat;
}

.qrcodepop h2 {
    font-size: 16px;
    text-align: center;
    color: #2187f5;
    margin: 0;
    line-height: 40px;
}

.qrcodepop img {
    width: 156px;
    height: 156px;
    display: block;
    margin-left: 23px;
}

/*内页分页样式*/
.page {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
}

.page ul li {
    display: inline-block;
    font-size: 12px;
    color: #333;
    margin-right: 8px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    padding-left: 6px;
    padding-right: 6px;
}

.page ul li a {
    color: #333;
    font-weight: bold;
    display: block;
}

.page ul li.active {
    background: #2187f5;
    color: #fff;
}

.page ul li.active a {
    color: #fff;
}

/*内页大标题样式*/
.nei_title {
    text-align: center;
    font-size: 24px;
    color: #333;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 60px;
}

.nei_title span {
    width: 86px;
    height: 2px;
    display: inline-block;
    background-color: #333;
    margin-bottom: 8px;
    margin-left: 15px;
    margin-right: 15px;
}

.neismall_zxtitle {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    padding-left: 10px;
    border-bottom: 1px solid #999;
    position: relative;
}

.neismall_zxtitle i {
    width: 4px;
    height: 15px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 5px;
}

.more_jia {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 6px;
    background: url(/uploads/image/iimg_pc/index_icon4.png) no-repeat;
    background-position: -47px 0;
}

/*内页banner上搜索输入框样式*/
.nei_search {
    width: 675px;
    height: 62px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -337px;
    background-color: #fff;
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
}

.nei_search .carousel {
    width: 100%;
    height: 100%;
}

.nei_search_key {
    font-size: 14px;
    line-height: 62px;
    color: #666;
    position: absolute;
    left: 20px;
    top: 0;
}

.nei_search_key i {
    position: absolute;
    left: 30px;
    top: 0;
    width: 15px;
    height: 37px;
    display: block;
    background: url(/uploads/image/iimg_pc/index_icon2.png) no-repeat;
    background-position: -27px 27px;
}

.nei_search_text {
    width: 550px;
    height: 62px;
    border: none;
    background: none;
    outline: none;
    position: absolute;
    left: 70px;
    top: 0;
}

.nei_search_sub {
    width: 66px;
    height: 62px;
    line-height: 38px;
    padding-left: 20px;
    background: none;
    background-image: url(/uploads/image/iimg_pc/nei4.png);
    background-repeat: no-repeat;
    background-position: 16px center;
    border: none;
    position: absolute;
    right: 0;
    top: -1px;
    cursor: pointer;
}

/*按钮动态效果*/
@-webkit-keyframes push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes push {
    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.push {
    -webkit-transform: translatez(0);
    -ms-transform: translatez(0);
    transform: translatez(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.push:hover {
    -webkit-animation-name: push;
    animation-name: push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/*登录注册401*466*/
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #666;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
    z-index: 999;
    display: none;
}

.alert_div {
    width: 400px;
    padding-bottom: 20px;
    background-color: #fff;
    z-index: 99999;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 40%;
    margin-left: -200px;
    margin-top: -233px;
    font-size: 12px;
}

.alert_div_hd {
    height: 70px;
    border-bottom: 1px solid #dadada;
}

.alert_div_hd ul {
    text-align: center;
    padding-left: 0;
    padding-top: 28px;
}

.alert_div_hd ul li {
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    padding: 0 15px;
}

.alert_div_hd ul li.active {
    border-bottom: 3px solid #2187f5;
}

.alert_div_hd ul li:nth-child(1) {
    margin-left: 0;
}

.alert_div_hd ul li:nth-child(2) {
    margin-left: 25px;
}

.alert_close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(/uploads/image/iimg_pc/nei121.png) no-repeat center center;
}

.denglu_form {
    border-bottom: 1px solid #dadada;
    padding-top: 20px;
}

.denglu_form2 {
    padding-top: 20px;
}

.putong_label {
    width: 100%;
    height: 45px;
    display: block;
    margin-bottom: 20px;
    position: relative;
    font-weight: normal;
    box-sizing: border-box;
}

.input_bg {
    display: block;
    width: 33px;
    height: 45px !important;;
    position: absolute;
    left: 0;
    top: -1px;
}

.putong_input {
    width: 100%;
    height: 45px !important;;
    border: 1px solid #dadada;
    background: none;
    padding-left: 33px !important;
}

.telphoneimg {
    background: url(/uploads/image/iimg_pc/nei115.png) no-repeat center center;
}

.telphoneimg2 {
    background: url(/uploads/image/iimg_pc/nei127.png) no-repeat center center;
}

.yanzmimg, .passwordimg {
    background: url(/uploads/image/iimg_pc/nei117.png) no-repeat center center;
}

.yanzmimg2 {
    background: url(/uploads/image/iimg_pc/nei125.png) no-repeat center center;
}

.usernameimg {
    background: url(/uploads/image/iimg_pc/nei126.png) no-repeat center center;
}

.nichengimg {
    background: url(/uploads/image/iimg_pc/nei124.png) no-repeat center center;
}

.shezhi_mimaimg, .passwordimg2 {
    background: url(/uploads/image/iimg_pc/nei125.png) no-repeat center center;
}

.telphone {
    width: 190px;
    height: 45px !important;
    background: none;
    border: 1px solid #dadada;
    padding-left: 33px !important;
}

.huoqu {
    width: 95px;
    height: 45px;
    background-color: #2187f5;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.alert_div input:-moz-placeholder { /* mozilla firefox 4 to 18 */
    color: #ccc;
}

.alert_div input::-moz-placeholder { /* mozilla firefox 19  */
    color: #ccc;
}

.alert_div input:-ms-input-placeholder,
.alert_div textarea:-ms-input-placeholder {
    color: #ccc;
}

.alert_div input::-webkit-input-placeholder,
.alert_div textarea::-webkit-input-placeholder {
    color: #ccc;

}

.input_waring {
    border: 1px solid #eee;
    font-size: 12px;
    color: #ff0000;
    position: absolute;
    bottom: 35px;
    left: 38px;
    padding: 5px;
    background-color: #fff;
}

.input_waring p {
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
    background: url(/uploads/image/iimg_pc/nei128.png) no-repeat left center;
    margin: 0;
}

.input_waring span {
    display: block;
    width: 16px;
    height: 8px;
    background: url(/uploads/image/iimg_pc/nei140.jpg);
    position: absolute;
    bottom: -13px;
    left: 30px;
}

.mima_jizhu {
    font-size: 12px;
    color: #ccc;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
    background: url(/uploads/image/iimg_pc/nei142.jpg) no-repeat left center;
    cursor: pointer;
    text-indent: 0;
}

.mima_jizhu.active {
    background: url(/uploads/image/iimg_pc/nei141.png) no-repeat left center;
}

.input_sub {
    width: 288px;
    height: 45px;
    border-radius: 10px;
    background-color: #ff9600;
    color: #fff;
    font-size: 16px;
    border: none;
    font-weight: normal;
}

.denglu_jianjie {
    text-align: center;
    margin: 10px;
}

.denglu_jianjie a {
    font-size: 12px;
    color: #999;
    display: inline-block;
    padding-left: 20px;
    margin-left: 34px;
}

.denglu_jianjie1 {
    background: url(/uploads/image/iimg_pc/nei119.png) no-repeat left center;
}

.denglu_jianjie2 {
    background: url(/uploads/image/iimg_pc/nei120.png) no-repeat left center;
}

.denglu_jianjie3 {
    background: url(/uploads/image/iimg_pc/nei118.png) no-repeat left center;
}

.denglu_jianjie a:hover, .denglu_jianjie a:active {
    color: #999;
}

.mima_wj:hover, .mima_wj:active {
    color: red !important;
}

.iconimg_div {
    text-align: center;
    padding-top: 20px;
}

.iconimg_div img {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-left: 30px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
}

.iconimg_div img.active {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

.weixin_btn {
    width: 28px;
    height: 29px;
    position: absolute;
    right: 40px;
    top: 88px;
}

.diannao_btn {
    width: 173px;
    height: 28px;
    position: absolute;
    right: 40px;
    top: 88px;
}

.weixinsao {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 40px;
}

.weixinsao i {
    padding-left: 20px;
    background: url(/uploads/image/iimg_pc/nei134.png) no-repeat left center;
}

.zhuce_step1, .zhuce_step2 {
    width: 288px;
    margin: 0 auto;
}

.zhuce_ok {
    width: 550px;
    height: 350px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -257px;
    margin-top: -217px;
    z-index: 9999;
    background-color: #fff;
}

.zhuceok_close {
    position: absolute;
    right: 0;
    top: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(/uploads/image/iimg_pc/nei137.png) no-repeat center top;
}

.zhuce_ok_wen {
    width: 180px;
    margin: 0 auto;
    text-align: center;
    padding-top: 72px;
}

.zhuce_ok_wen h2 {
    font-size: 16px;
    color: #e14538;
    margin: 0;
    line-height: 30px;
}

.zhuce_ok_wen p {
    font-size: 16px;
    color: #666;
    margin: 0;
    line-height: 20px;
}

.zhuce_ok_biaozhi {
    font-size: 16px;
    color: #df8e1f;
    width: 320px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    left: 104px;
    top: 297px;
}

.zhuce_ok_hongbao {
    width: 102px;
    height: 74px;
    padding-top: 12px;
    background: url(/uploads/image/iimg_pc/nei139.png) no-repeat;
    margin: 15px auto;
}

.zhuce_ok_hongbao a {
    width: 64px;
    height: 20px;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    background-color: red;
    border-radius: 10px;
}

.zhuce_ok_btn {
    width: 227px;
    height: 66px;
    display: block;
    background: url(/uploads/image/iimg_pc/nei138.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -113px;
    font-size: 18px;
    color: #fff8a0;
    text-align: center;
    line-height: 60px;
}

.zhuce_ok_btn:hover, .zhuce_ok_btn:active {
    color: #fff8a0;
}

.zhuce_next {
    display: block;
    width: 288px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 10px;
    background-color: #ff9600;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.zhuce_next:hover, .zhuce_next:active {
    color: #fff;
}

.zhaomima {
    height: 70px;
    border-bottom: 1px solid #dadada;
    padding-top: 28px;
}

.zhaomima a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
    margin-left: 50px;
    border-bottom: 3px solid #2187f5;
}

.zhao_step {
    height: 46px;
    border-bottom: 2px dotted #ccc;
    position: relative;
    margin-bottom: 46px;
}

.zhao_step a {
    width: 36px;
    height: 36px;
    display: block;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    background-color: #fff;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    top: 26px;
    color: #666;
}

.zhao_step a.active {
    background-color: #2187f5;
    color: #fff;
    border: 1px solid #2187f5;
}

.zhao_step1 {
    left: 0;
}

.zhao_step2 {
    left: 128px;
}

.zhao_step3 {
    right: 0;
}

.mima_step3 p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: center;
}

.mima_step3 img {
    display: block;
    margin: 0 auto;
}

/*页面公共样式*/
.relative_all {
    width: 100%;
    height: 100%;
    position: relative;
}

.relative {
    position: relative;
}

.overhidden {
    overflow: hidden;
}

.scale {
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2s;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.scale:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

/*.opacity{background-color: #000;-webkit-opacity: 0.5;-moz-opacity: 0.5;-o-opacity: 0.5;opacity: 0.5;}*/
.opacity {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inline-block {
    display: inline-block;
}

.top16 {
    top: 16px !important;
}

.mt100 {
    margin-top: 100px;
}

.mt60 {
    margin-top: 60px;
}

.mt40 {
    margin-top: 40px;
}

.mt30 {
    margin-top: 30px;
}

.mt25 {
    margin-top: 25px;
}

.mt20 {
    margin-top: 20px;
}

.mt18 {
    margin-top: 18px;
}

.mt16 {
    margin-top: 16px;
}

.mt15 {
    margin-top: 15px;
}

.mt14 {
    margin-top: 14px;
}

.mt13 {
    margin-top: 13px;
}

.mt12 {
    margin-top: 12px;
}

.mt10 {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

.ml60 {
    margin-left: 60px;
}

.ml48 {
    margin-left: 48px;
}

.ml40 {
    margin-left: 40px;
}

.ml30 {
    margin-left: 30px;
}

.ml25 {
    margin-left: 25px;
}

.ml20 {
    margin-left: 20px;
}

.ml15 {
    margin-left: 15px;
}

.ml14 {
    margin-left: 14px;
}

.ml13 {
    margin-left: 13px;
}

.ml10 {
    margin-left: 10px;
}

.ml5 {
    margin-left: 5px;
}

.ml3 {
    margin-left: 3px;
}

.mr3 {
    margin-right: 3px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.bold {
    font-weight: bold;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

.font36 {
    font-size: 36px;
}

.font48 {
    font-size: 48px;
}

.line10 {
    line-height: 10px;
}

.line20 {
    line-height: 20px;
}

.line30 {
    line-height: 30px;
}

.line36 {
    line-height: 36px;
}

.line40 {
    line-height: 40px;
}

.line60 {
    line-height: 60px;
}

.line22 {
    line-height: 22px;
}

.line20 {
    line-height: 20px;
}

.hei40 {
    height: 40px;
}

.padl40 {
    padding-left: 40px;
}

.pdr30 {
    padding-right: 30px;
}

.padl50 {
    padding-left: 50px;
}

.corfff {
    color: #fff !important;
}

.corff0000 {
    color: #ff0000 !important;
}

.corff9600 {
    color: #ff9600 !important;
}

.corff6b61 {
    color: #ff6b61 !important;
}

.cor2187f5 {
    color: #2187f5 !important;
}

.cor4d9ff7 {
    color: #4d9ff7 !important;
}

.corff7e00 {
    color: #ff7e00 !important;
}

.cor2a34fe {
    color: #2a34fe !important;
}

.corfb11f3 {
    color: #fb11f3 !important;
}

.cor9f5200 {
    color: #9f5200 !important;
}

.cor999 {
    color: #999 !important;
}

.cor666 {
    color: #666 !important;
}

.cor333 {
    color: #333 !important;
}

.cor000 {
    color: #000 !important;
}

.cora77fff {
    color: #a77fff;
}

.cor45bc99 {
    color: #45bc99;
}

.corff9700 {
    color: #ff9700;
}

.cordadbdb {
    color: #dadbdb;
}

.corfe862e {
    color: #fe862e;
}

.bgfff {
    background-color: #fff;
}

.bg_4cadf0, .bg4cadf0 {
    background-color: #4cadf0;
}

.bg_74ae10, .bg74ae10 {
    background-color: #74ae10;
}

.bg_ffa200, .bgffa200 {
    background-color: #ffa200;
}

.bg_ff7e00, .bgff7e00 {
    background-color: #ff7e00;
}

.bg_9472dc, .bg9472dc {
    background-color: #9472dc;
}

.bg_ff6b61, .bgff6b61 {
    background-color: #ff6b61;
}

.bg_00b882, .bg00b882 {
    background-color: #00b882;
}

.bg_4d9ff7, .bg4d9ff7 {
    background-color: #4d9ff7;
}

.bg_fca134, .bgfca134 {
    background-color: #fca134;
}

.bg_7db0ea, .bg7db0ea {
    background-color: #7db0ea;
}

.bg_71b2f9, .bg71b2f9 {
    background-color: #71b2f9;
}

.bg_ffb54b, .bgffb54b {
    background-color: #ffb54b;
}

.bg_baa5e9, .bgbaa5e9 {
    background-color: #baa5e9;
}

.bg_5cd1af, .bg5cd1af {
    background-color: #5cd1af;
}

.bg_ff8981, .bgff8981 {
    background-color: #ff8981;
}

.bg_2187f5, .bg2187f5 {
    background-color: #2187f5;
}

.bg_ff9600, .bgff9600 {
    background-color: #ff9600;
}

.bg_a77fff, .bga77fff {
    background-color: #a77fff;
}

.bg_45bc99, .bg45bc99 {
    background-color: #45bc99;
}

.bg_ff9700, .bgff9700 {
    background-color: #ff9700;
}

.bg_9372db, .bg9372db {
    background-color: #9372db;
}

.bg36393e {
    background-color: #36393e;
}

.bg8680ff {
    background-color: #8680ff;
}

.bg50a8ff {
    background-color: #50a8ff;
}

.bgff886c {
    background-color: #ff886c;
}

.bgff7171 {
    background-color: #ff7171;
}

.bgb53591 {
    background-color: #b53591;
}

.bge27b6c {
    background-color: #e27b6c;
}

.bg696b68 {
    background-color: #696b68;
}

.tooltip-inner {
    background-color: #fff !important;
    font-size: 12px;
    color: #999 !important;
    text-align: left !important;
    border: 1px solid #dadada;

}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ccc !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ccc !important;
}

.my_admin {
    position: relative;
}

.my_admin_menu {
    position: absolute;
    top: 64px;
    right: 0;
    z-index: 10000;
    float: left;
    width: 100px;
    padding: 5px;
    margin: 2px 0 0;
    font-size: 14px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
}

.my_admin_menu a {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #ddd;
}

.my_admin_menu a:hover, .my_admin_menu a:active {
    color: #2187f5;
}

.bianji_div {
    width: 670px;
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -335px;
    margin-top: -167px;
    z-index: 99999;
    display: none;
}

.bianji_close {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/uploads/image/iimg_pc/nei147.png) no-repeat center center;
    cursor: pointer;
}

.admin_info {
    height: 80px;
    padding-top: 20px;
}

.admin_info img {
    display: inline-block;
    margin-left: 20px;
}

.admin_info h2, .admin_info .username {
    font-size: 14px;
    color: #333;
    margin: 0;
    font-weight: 700;
    padding-left: 10px;
}

.admin_info p {
    font-size: 14px;
    color: #333;
    margin: 0;
    margin-top: 5px;
    padding-left: 10px;
}

.admin_bianji {
    width: 640px;
    height: 135px;
    margin: 0 auto;
}

.admin_bianji textarea {
    width: 100%;
    height: 100%;
    border: 1px solid #dadada;
}

.admin_sub, .admin_sub_reset {
    width: 132px;
    height: 40px;
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background-color: #2187f5;
    float: right;
    cursor: pointer;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-right: 15px;
}

.admin_sub:hover, .admin_sub:link, .admin_sub:active {
    color: #fff;
}

/*收货地址*/
.shou_div {
    width: 400px;
    height: 400px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -200px;
    border: 1px solid #ddd;
    box-shadow: 3px 3px 3px #ccc;
    padding-top: 10px;
}

.shou_top {
    height: 62px;
    padding-left: 10px;
    line-height: 62px;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #dadada;
    position: relative;
}

.shou_top .shou_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background: url(/uploads/image/iimg_pc/shou_2.png) no-repeat center top;
    width: 30px;
    height: 62px;
    cursor: pointer;
}

.shou_input {
    width: 370px;
    height: 42px;
    border: 1px solid #dadada;
    font-size: 14px;
    color: #333;
    display: block;
    margin: 15px auto;
}

.shou_sub {
    width: 370px;
    height: 42px;
    border: none;
    display: block;
    margin: 30px auto;
    font-size: 16px;
    color: #fff;
    background-color: #ff9600;
    border-radius: 5px;

}

.shou_dizhi {
    width: 370px;
    height: 42px;
    margin: 10px auto;
    line-height: 42px;
    color: #333;
    font-size: 14px;
}

.shou_dizhi select {
    width: 90px;
    height: 40px;
    border: 1px solid #dadada;
    margin-left: 10px;
}

/*  新人注册有礼*/
.zhuce_hongbao {
    width: 520px;
    height: 550px;
    background-image: url(/uploads/image/iimg_pc/zhuce_hongbao.png);
    background-position: center top;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -275px;
    margin-left: -260px;
    z-index: 9999;
}

.zhuce_hongbao_close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.zhuce_hongbao_btn {
    width: 141px;
    height: 40px;
    position: absolute;
    bottom: 45px;
    left: 195px;
}

.top_left {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px !important;
    height: auto !important;
}

.bottom_left {
    position: absolute;
    right: 0;
    bottom: 0;

}

/*纠错*/
* {
    margin: 0;
    padding: 0;
    border: 0;
}

.alert_jiucuo {
    width: 500px;
    height: 370px;
    box-sizing: border-box;
    border: 5px solid #dadada;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 40%;
    margin-left: -250px;
    margin-top: -185px;
    z-index: 9999;
    padding: 10px 25px;
    display: none;
}

.alert_jiucuo_title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-left: 35px;
    background-image: url(/uploads/image/iimg_pc/jiucuo.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.alert_jiucuo textarea {
    margin-top: 5px;
    width: 440px;
    height: 210px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 10px;
}

.alert_jiucuo_sub {
    display: block;
    width: 100%;
    height: 38px;
    margin-top: 20px;
    background-color: #2187f5;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

/*评价*/
.pingjia_div {
    width: 350px;
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -335px;
    margin-top: -167px;
    z-index: 99999;
    display: none;
    height: 300px;
}

.pingjia_close {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/uploads/image/iimg_pc/pingjia_delete.png) no-repeat center center;
}

.pingjia_info {
    height: 125px;
    padding-top: 20px;
    background-image: ;
    z-index: 1;
}

.pingjiaimg {
    display: inline-block;
    margin-left: 125px;
    margin-top: -15px;
    z-index: 11;
    background-image:  no-repeat center center;
}

.pingjia_info h2, .pingjia_info .username {
    font-size: 14px;
    color: #333;
    margin: 0;
    font-weight: 700;
    padding-left: 10px;
}

.pingjia_info p {
    font-size: 14px;
    color: #333;
    margin: 0;
    margin-top: 5px;
    padding-left: 10px;
}

.admin_pingjia {
    width: 320px;
    height: 135px;
    margin: 5px auto;
    margin-top: 0px;
}

.admin_pingjia textarea {
    width: 100%;
    height: 100%;
    border: 1px solid #dadada;
    border-radius: 16px;
}

.zhinan_head {
    height: 100px;
    background-color: #fff;
    box-shadow: 2px 2px 2px #ddd;
}

.fixed_top {
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.zhinan_logo {
    padding-top: 25px;
}

.zhinan_title h1, .zhinan_title h2 {
    line-height: 100px;
    font-size: 24px;
    color: #333;
    padding-left: 30px;
    margin: 0;
    font-weight: bold;
}

.zhinan_other {
    padding-top: 20px;
}

.zhinan_other dl {
    width: 96px;
    height: 60px;
    border-left: 1px solid #dadada;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.zhinan_other dt {
    height: 38px;
}

.zhinan_other dd a {
    color: #333;
}

.ziliao_denglu, .ziliao_zhuce {
    display: block;
    width: 67px;
    height: 26px;
    border: 1px solid #ddd;
    line-height: 26px;
    text-align: center;
    color: #333;
    font-size: 14px;
    margin: 0 auto;
}

.ziliao_denglu:hover, .ziliao_zhuce:hover {
    border: 1px solid #2187f5;
}

.ziliao_zhuce {
    margin-top: 10px;
}

.search_box {
    width: 350px;
    height: 36px;
    border: 1px solid #ddd;
    position: relative;
}

.search_zoom {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background-image: url(/uploads/image/iziliao_load/zoom.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 3;
}

.search_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 36px;
    background-color: #2187f5;
    z-index: 3;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    z-index: 3;
    padding-left: 0;
}

.search_key {
    width: 350px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 1px;
    padding-left: 36px;
    padding-right: 70px;
    font-size: 14px;
    color: #333;
    background: none;
    border: none;
}

.app_btn {
    line-height: 36px;
    font-size: 12px;
    color: #fff;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}

.app_drop_menu {
    display: none;
    width: 340px;
    padding-top: 5px;
    background-color: #fff;
    position: absolute;
    left: -130px;
    top: 36px;
    z-index: 9999;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 1px #ccc;
}

.app_drop_menu ul {
    overflow: hidden;
}

.app_drop_menu ul li {
    width: 160px;
    float: left;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.app_drop_menu ul li img {
    width: 140px;
    border: 1px solid #ddd;
    display: block;
    margin: 0 auto;
}

.app_drop_menu ul li p {
    font-size: 14px;
    color: #333;
    margin: 0;
}
