
@charset "utf-8";
body{
    padding-top: 2.55rem;
}
/* 公共头部 */
.head {
    position: fixed;
    width: 100%;
    height: 2.55rem;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 999;
}
.head-left {
    height: 1.425rem;
}
.head-left img {
    height: 100%;
}
.head-left-text {
    font-size: 0.4rem;
    color: #999999;
    margin-left: 0.25rem;
}
.head-center {
    width: 50%;
}
.head-center .navigation-item {
    font-size: 0.45rem;
    color: #616161;
    margin-right: 1.8rem;
    white-space: nowrap;
}
.head-center .navigation-item:first-child {
    min-width: 1.5rem;
}
.head-right {
    font-size: 0.4rem;
    color: #616161;
    height: 100%;
}
.head-right .right-item{
    margin-right: 0.5rem;
    font-size: 0.4rem;
    color: #616161;
    height: 100%;
}
.head-right .right-item.user {
    position: relative;
    height: 100%;
}
.head-right .right-item span {
    width: 1.25rem;
}
.head-right .right-item img{
    width: 0.825rem;
    height: 0.825rem;
    border-radius: 50%;
    margin-right: 0.3rem;
}
.head-right .right-item.user:hover .user-detail {
    height: 6.55rem;
}
.user-detail {
    width: 8rem;
    height: 0;
    border-radius: 0.25rem;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4rem;
    overflow: hidden;
    box-shadow:0px 0.075rem 0.15rem 0px rgba(0, 0, 0, 0.12);
    background: #ffffff;
    transition: all 0.2s;
    z-index: 1;
}
.user-detail .user-detail-head {
    width: 100%;
    height: 1.35rem;
    background: #FDA645;
    padding: 0 0.275rem;
    box-sizing: border-box;
    position: relative;
}
.user-detail .user-detail-head .white-shadow{
    box-shadow:0px 0px 0.5rem 0.475rem #ffffff;
    position: absolute;
    top: 0px;
    left: 0.25rem;
    z-index: 2;
}
.user-detail .user-detail-head .detail-head-left {
    height: 100%;
    padding: 0.225rem 0;
    float: left;
    box-sizing: border-box;
}
.user .user-name {
    color: #ffffff;
    width: auto !important;
    max-width: 100px;
    display: inline-block !important;
    vertical-align: middle;
}
.user-detail .user-detail-head .detail-head-right {
    font-size: 0.3rem;
    color: #ffffff;
    line-height: 1.35rem;
    float: right;
}
.user-detail .user-detail-head .detail-head-right i {
    font-size: 0.35rem;
    color: #ffffff;
    font-weight: bold;
}
.user-detail .user-detail-middle {
    width: 100%;
    margin-top: 0.2rem;
    box-sizing: border-box;
}
.user-detail .user-detail-middle .middle-item {
    padding-left: 0.5rem;
    font-size: 0.35rem;
    color: #9A9A9A;
    line-height: 0.8rem;
    text-align: left;
}
.user-detail .user-detail-middle .middle-item i {
    color: #616161;
    margin-left: 0.125rem;
}
.user-detail .user-detail-middle .middle-item a {
    color: #FDA645;
    margin-left: 0.225rem;
}
.user-detail .user-detail-middle .middle-item span {
    width: 1.4rem;
    display: inline-block;
    text-align: justify;
    height: 100%;
    overflow:hidden;
    vertical-align: top;
    text-align-last: justify;
    text-justify: distribute-all-lines; /* 这行必bai加，兼容ie浏览器 */
}
.user-detail .user-detail-bottom {
    margin-top: 0.2rem;
    padding: 0 0.5rem;
}
.user-detail .user-detail-bottom .detail-bottom-left {
    font-size: 0.35rem;
    color: #616161;
    line-height: 0.425rem;
    float: left;
}
.user-detail .user-detail-bottom .detail-bottom-left i {
    font-size: 0.425rem;
    vertical-align: middle;
    margin-right: 0.175rem;
}
.user-detail .user-detail-bottom .detail-bottom-right {
    font-size: 0.3rem;
    color: #ffffff;
    height: 0.6rem;
    padding: 0 0.3rem;
    line-height: 0.6rem;
    float: right;
    background:rgba(135,135,135,0.51);
    border-radius: 0.25rem;
}
.user-detail .user-detail-bottom .detail-bottom-right i {
    margin-right: 0.175rem;
}
.head-right .shopping-trolley {
    width: 0.825rem;
    height: 0.825rem;
    font-size: 0.65rem;
    line-height: 0.825rem;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 0.25rem;
    display: inline-block;
    position: relative;
}
.head-right .login {
    font-size: 1rem;
    margin-right: 0.25rem;
}

/* 公共头部2 */
.header2 {
    width: 100%;
    background: #FFFFFF;
    padding-top: 0.125rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.header2 .content {
    width: 34.7rem;
    height: 2.625rem;
    margin: 0 auto;
}
.header2 .header2-search {
    width: 13rem;
    height: 1.1rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.header2-search .search-icon {
    font-size: 0.45rem;
    line-height: 1rem;
    position: absolute;
    opacity: 0.4;
    left: 0.3rem;
    z-index: 2;
}
.header2-search .search-input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-left: 1rem;
    line-height: 1rem;
    font-size: 0.35rem;
    z-index: 1;
    color: #616161;
    border-width: 0.05rem;
    border-style: solid;
    border-radius: 0.6rem;
}
.header2-search .search-btn {
    font-size: 0.4rem;
    height: 100%;
    width: 2.4rem;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1rem;
    z-index: 2;
    border-radius: 0;
    border-top-right-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
}
.header2 .head-icon {
    height: 0.45rem;
    margin-right: 0.3rem;
}
.header2 .head-right {
    height: 1.1rem;
}
.header2 .head-right .right-item {
    height: auto;
    line-height: 33px;
}
.header2 .head-right .right-item.user {
    height: 100%;
}
.header2 .head-right .right-item.user .user-basic {
    max-width: 140px;
    width: auto;
}
.navigation-bar {
    width: 34.7rem;
    margin: 0 auto;
}
.navigation-bar .navigation-left {
    position: relative;
    width: 3.475rem;
    height: 1rem;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    font-size: 0.35rem;
    color: #ffffff;
    text-align: center;
    line-height: 1rem;
    flex: 0 0 3.475rem;
}
.navigation-classify-box {
    position: absolute;
    width: 100%;
    top: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: height 0.2s;
    overflow: hidden;
}
.navigation-bar .navigation-classify {
    box-sizing: border-box;
    z-index: 99999;
    overflow-y: auto;
    height: 100%;
    width: calc(100% + 20px);
}
.navigation-bar .navigation-left:hover .navigation-classify-box {
    height: 10rem;
}
.navigation-bar .navigation-classify .navigation-classify-item {
    width: 3.475rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.35rem;
    text-align: center;
}
/* .navigation-bar .navigation-classify .navigation-classify-item:first-child {
    margin-top: 0.425rem;
} */
.navigation-bar .navigation-classify .navigation-classify-item a {
    width: 100%;
    height: 100%;
    display: block;
    white-space: nowrap;
}
.navigation-bar .navigation-classify .classify-img {
    height: 0.4rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.125rem;
}
.navigation-list {
    flex: 1;
}
.navigation-list .navigation-list-item {
    font-size: 0.45rem;
    line-height: 1rem;
    margin-left: 1.25rem;
    min-width: 1.575rem;
    white-space: nowrap;
    text-align: center;
    color: #626262;
}
.navigation-list .navigation-list-item  a {
    position: relative;
}
.navigation-list .navigation-list-item .tag {
    display: block;
    padding: 0 6px;
    font-size: 12px;
    height: 18px;
    color: #fff;
    line-height: 18px;
    border-radius: 4px;
    position: absolute;
    top: -22px;
    left: 80%;
    animation: taganimation 2s linear infinite;
    -webkit-animation: taganimation 2s linear infinite;
    -o-animation: taganimation 2s linear infinite;
    -moz-animation: taganimation 2s linear infinite;
    -ms-animation: taganimation 2s linear infinite;
}
.navigation-list .navigation-list-item .tag.upcoming {
    background: #ffa15e;
    border-color: #ffa15e;
}
.navigation-list .navigation-list-item .tag.new {
    background: #708eff;
    border-color: #708eff;
}
.navigation-list .navigation-list-item .tag.hot {
    background: #f05555;
    border-color: #f05555;
}
.navigation-list .navigation-list-item .tag.limit {
    background: #ff5e4a;
    border-color: #ff5e4a;
}
.navigation-list .navigation-list-item .tag::after {
    content: '';
    display: block;
    border: 4px solid transparent;
    border-top-color: inherit;
    border-bottom: none;
    position: absolute;
    top: 100%;
    left: 4px;
}
@keyframes taganimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}
@-webkit-keyframes tagAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
@-ms-keyframes tagAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
@-moz-keyframes tagAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
@-o-keyframes tagAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.header2 .agent-enter {
    width: 3.9rem;
    height: 0.725rem;
    text-align: center;
    font-size: 0.4rem;
    border-radius: 0.325rem;
    line-height: 0.725rem;
    margin-right: 0.7rem;
}
.header2 .agent-enter img {
    height: 0.45rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.1rem;
}
.header2 .agent-enter span {
    color: #ffffff;
}
/* 列表页搜索 */
.seek {
    width: 100%;
    height: 2.5rem;
    position: relative;
    box-shadow: 0px 0.125rem 0.125rem 0.125rem #e2e2e2;
    overflow: hidden;
}
.seek .seek-bg {
    width: 100%;
    height: 2.5rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: url("../../images/home/seek-bar.jpg") no-repeat left 0 top 0;
    background-size: 100% 100%;
}
.seek .seek-box {
    width: 100%;
    height: 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
}
.seek .seek-box .seek-left {
    width: 8.9rem;
    height: 1.8rem;
    background: url("../../images/home/index_40.png") no-repeat left 0 top 0;
    background-size: 100% 100%;
    margin-top: 0.6rem;
    margin-right: 0.825rem;
}
.seek .seek-box .seek-center {
    width: 20.275rem;
    height: 1.55rem;
    border-radius: 0.25rem;
    overflow: hidden;
}
.seek .seek-box .seek-center .seek-center-left {
    width: 17.125rem;
    height: 100%;
    background:rgba(255,255,255,0.9);
    box-sizing: border-box;
    font-size: 0.4rem;
    color: #666666;
    position: relative;
}
.seek .seek-box .seek-center .seek-center-left input {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-right: 0.95rem;
    padding-left: 0.55rem;
    border-radius: 0;
    border: none;
}
.seek .seek-box .seek-center .seek-center-left input:hover+.eliminate,.seek .seek-box .seek-center .seek-center-left input:focus+.eliminate {
    display: block;
}
.seek .seek-box .seek-center .seek-center-left .eliminate {
    font-size: 0.4rem;
    color: #ffffff;
    background: #e0e0e0;
    border-radius: 50%;
    line-height: 0.525rem;
    width: 0.525rem;
    height: 0.525rem;
    position: absolute;
    right: 0.425rem;
    top: 50%;
    margin-top: -0.25rem;
    text-align: center;
    display: none;
    cursor: pointer;
}
.seek .seek-box .seek-center .seek-center-left .eliminate:hover {
    display: block;

}
.seek .seek-box .seek-center .seek-center-right {
    width: 3.15rem;
    height: 100%;
    font-size: 0.7rem;
    color: #ffffff;
    text-align: center;
    line-height: 1.55rem;
    font-weight: bold;
    cursor: pointer;
}
.seek input::-webkit-input-placeholder{ /* WebKit browsers */
    line-height: 1.55rem !important;
}
.seek input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    line-height: 1.55rem !important;
}
.seek input::-moz-placeholder{ /* Mozilla Firefox 19+ */
    line-height: 1.55rem !important;
}
.seek input:-ms-input-placeholder{ /* Internet Explorer 10+ */
    line-height: 1.55rem !important;
}

/* 公共内容布局 */
/* .wrapper {
    width: 100%;
    flex: 1;
    overflow: hidden;
    overflow-y: scroll;
} */
/* .wrapper::-webkit-scrollbar {
    display: block;
} */
.wrapper-box {
    width: 34.7rem;
    margin: 0 auto;
}
/* 自定义下拉选择 */
.daifa-select-box {
    position: relative;
    width: 2.875rem;
    height: 0.675rem;
}
.daifa-select {
    width: 100%;
    background: #ffffff;
    font-size: 0.3rem;
    color: #9A9A9A;
    border: 1px #e0e0e0 solid;
    border-radius: 0.125rem;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    overflow: hidden;
}
.daifa-select .select-input  {
    position: relative;
    width: 100%;
    height: 0.625rem;
    cursor: pointer;
}
.daifa-select .select-input i {
    font-size: 0.375rem;
    color: #999999;
    position: absolute;
    left: 0.275rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.daifa-select .layui-input {
    height: 0.6rem;
    font-size: 0.3rem;
    color: #999999;
    border: none;
    padding-left: 0.825rem;
    cursor: pointer;
}
.daifa-select .select-option {
    width: 100%;
    background: #ffffff;
    height: 0;
    overflow: hidden;
}
.daifa-select .select-option dd {
    width: 100%;
    height: 0.525rem;
    background: #ffffff;
    line-height: 0.525rem;
    font-size: 0.3rem;
    color: #999999;
    cursor: pointer;
}
.daifa-select .select-option dd i {
    width: 0.825rem;
    height: 0.525rem;
    text-align: center;
    font-size: 0.35rem;
    color: transparent;
    display: inline-block;
}
.daifa-select .select-option dd:hover,
.daifa-select .select-option dd.active {
    color: #616161;
}

.daifa-select .select-option dd:hover i,
.daifa-select .select-option dd.active i{
    color: #999999;
}
/* 页面位置 */
.site-box {
    width: 100%;
    height: 1.5rem;
    font-size: 0.3rem;
    color: #878787;
}
.site-box .site-left i{
    font-size: 0.4rem;
    margin-right: 0.25rem;
}
.site-box a{
    color: #878787;
}
/* 页码样式 */
.page {
    font-size: 0.35rem !important;
    color: #A9A9A9 !important;
    line-height: 1.15rem;
    margin: 1.625rem 0 2.825rem 0;
}
.page.page-fr .page_control{
    float: right;
}
.page_control,.layui-laypage {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.layui-laypage a, .layui-laypage span {
    height: 1.15rem;
    box-sizing: border-box;
    line-height: 1.15rem;
    border: none;
    border-radius: 0.075rem;
    margin: 0 0.075rem;
    font-size: 0.35rem;
    color: #A9A9A9;
}
.page a {
    min-width: 1.15rem;
    height: 1.15rem;
    display: block;
    font-size: 0.35rem;
    color: #A9A9A9;
    line-height: 1.15rem;
    border: none;
    text-align: center;
    border-radius: 0.075rem;
    background: #ffffff;
    margin: 0 0.075rem;
    box-sizing: border-box;
}
.page a.page_num {
    font-size: 0.4rem;
}
.layui-laypage input {
    height: 1.15rem;
    width: 1.15rem;
    box-sizing: border-box;
    border-radius: 0.075rem;
    margin: 0 0.075rem;
    border: none;
    font-size: 0.35rem !important;
    color: #A9A9A9 !important;
    line-height: 1.15rem;
}
.page_all_num {
    margin: 0 0.075rem;
}
/* 公共底部 */
.footer {
    width: 100%;
    background: #ffffff;
    padding: 1.8rem 0;
}
.footer .bottom-title {
    width: 10.125rem;
    height: 1.25rem;
    display: block;
    margin: 0 auto;
}
.footer .blogroll {
    margin-top: 1.3rem;
}
.footer .blogroll a {
    width: 3.525rem;
    height: 1.575rem;
    border: 1px #EDEDED solid;
    box-sizing: border-box;
    display: block;
    margin-right: 0.375rem;
}
.footer .blogroll a img {
    width: 100%;
    height: 100%;
}
.footer .copyright{
    font-size: 0.4rem;
    color: #7A7A7A;
    line-height: 0.7rem;
    text-align: center;
    margin-top: 0.8rem;
}
.footer .copyright a {
    color: #7A7A7A;
}
.footer2 {
    padding-top: 1.175rem;
    padding-bottom: 1.95rem;
}
.footer2 .footer2-title {
    font-size: 0.6rem;
    color: #7A7A7A;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.075rem;
}
.footer2 .footer2-advantage {
    width: 30.65rem;
    margin: 0 auto;
    margin-top: 0.95rem;
}
.footer2 .footer2-advantage .footer2-advantage-item {
    font-size: 0.4rem;
    color: #9A9A9A;
    line-height: 1.275rem;
}
.footer2 .footer2-advantage .footer2-advantage-item .footer2-icon {
    width: 1.275rem;
    height: 1.275rem;
    border-radius: 50%;
    margin-right: 0.425rem;
    vertical-align: top;
    text-align: center;
}
.footer2 .blogroll {
    margin-top: 0.9rem;
}
.footer2 .copyright {
    margin-top: 0.325rem;
    font-size: 0.35rem;
}

.footer2 .blogroll2 {
    max-width: 1160px;
    text-align: left;
    margin: 0 auto 20px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 32px;
}
.footer2 .blogroll2 p {
    float: left;
    line-height: 32px;
    margin-right: 15px;
}
.footer2 .blogroll2 .blogroll-item {
    float: left;
    width: 820px;
}
.footer2 .blogroll2 a {
    color: #666666;
    padding-right: 40px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

/* 修改placeholder颜色 */
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ /* WebKit browsers */
    color: #969696;
    font-size: 0.35rem;
    line-height: 0.95rem !important;
    opacity: 0.6;
}
input:-moz-placeholder,textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #969696;
    font-size: 0.35rem;
    line-height: 0.95rem !important;
    opacity: 0.6;
}
input::-moz-placeholder, textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: #969696;
    font-size: 0.35rem;
    line-height: 0.95rem !important;
    opacity: 0.6;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #969696;
    font-size: 0.35rem;
    line-height: 0.95rem !important;
    opacity: 0.6;
}
/*隐藏ie小眼睛和x*/
input::-ms-reveal,
input::-ms-clear {
	display: none;
}
textarea::-webkit-input-placeholder {
    line-height: 0.6rem !important;
}
textarea:-moz-placeholder {
    line-height: 0.6rem !important;
}
textarea::-moz-placeholder {
    line-height: 0.6rem !important;
}
textarea:-ms-input-placeholder {
    line-height: 0.6rem !important;
}
/* 数字输入框 */
.input-number {
    margin-right: 5px;
}
.input-number .buy-num {
    margin-left: 0.1rem;
    border: 1px #e6e6e6 solid;
    border-radius: 0.125rem;
}
.input-number .buy-num .num-input {
    width: 1.6rem;
    height: 0.95rem;
    text-align: center;
    float: left;
    background: transparent;
}


.input-number .buy-num .push {
    float: left;
    margin-left: -1px;
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    border-left: 1px #e6e6e6 solid;
}
.input-number .buy-num .up-icon,
.input-number .buy-num .down-icon, 
.input-number .buy-num .up-icon-item,
.input-number .buy-num .down-icon-item {
    cursor: pointer;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    font-size: 12px;
    color: #878787;
}
/* 公共单选样式 */
.check-label .check-input + i {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1rem;
}
.check-label .check-input + i::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px #cfcfcf solid;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: iconfont;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    border-radius: 5px;
    box-sizing: border-box;
}
.check-label .check-input:checked + i::before {
    content: '\e622';
}
/* 文本选中样式 */
.text-check {
    height: 1rem;
    display: inline-block;
}
.text-check i {
    padding: 0 0.35rem;
    min-width: 1.55rem;
    border: 1px #C2C2C2 solid;
    border-radius: 0.125rem;
    box-sizing: border-box;
    color: #616161;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    line-height: 0.95rem;
}
.text-check i img {
    height: 0.55rem;
    margin-top: 2px;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.125rem;
    margin-left: -0.1rem;
}
.text-check input[type="checkbox"]:checked + i::before,
.text-check input[type="radio"]:checked + i::before {
    content: '\e622';
    font-family: iconfont;
    position: absolute;
    font-size: 0.3rem;
    color: #ffffff !important;
    right: 0;
    bottom: 0;
    z-index: 2;
    line-height: 1;
}
.text-check input:checked + i::after {
    content: '';
    position: absolute;
    right: -0.25rem;
    bottom: -0.075rem;
    width: 0;
    height: 0;
    border-top: 0.375rem transparent solid;
    border-left: 0.375rem transparent solid;
    border-right: 0.375rem transparent solid;
    border-bottom: 0;
    transform: rotate(-45deg);
}
/* layui 表单样式覆盖 */
.layui-input, .layui-textarea,select {
    border-radius: 0.125rem;
    height: 1rem;
    line-height: 0.95rem;
    font-size: 0.35rem;
    border: 1px #E0E0E0 solid;
    color: #616161;
    padding-left: 0.25rem;
    box-sizing: border-box;
}
select option[disabled='disabled'] {
    color: #999999;
}
.layui-textarea {
    width: 13.25rem !important;
    height: 5.6rem;
    padding: 0.35rem;
    line-height: 0.6rem;
}
.layui-form-item .site {
    margin-bottom: 0;
}
.site select,
.site .layui-form-select {
    width: 3.2rem;
}
/* 开关 */
.layui-form-switch {
    height: 1rem;
    line-height: 0.95rem;
    box-sizing: border-box;
    min-width: 2.6rem;
    background: #9A9A9A;
    padding: 0;
    margin: 0;
}
.layui-form-switch em {
    margin-left: 1.4rem;
    color: #ffffff !important;
}
.layui-form-switch i {
    top: 0;
    width: 0.95rem;
    height: 0.95rem;
    left: 0;
}

.layui-form-onswitch i{
    left: 100%;
    margin-left: -0.95rem;
}
.layui-form-onswitch em {
    margin-left: 0.525rem;
}
/* layui 时间线文档样式修改 */
.layui-timeline-item {
    padding-bottom: 0;
}
.layui-timeline-item:before {
    top: 0.175rem;
}
.layui-timeline-axis {
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    left: 2px;
    background: #E0E0E0;
    top: 0.125rem;
}
.layui-timeline-axis.active {
    background: #FF5D6E;
}
.layui-timeline-title {
    font-size: 0.35rem !important;
    color: #616161 !important;
    font-weight: bold !important;
    line-height: 1 !important;
}
.layui-timeline-item .layui-text{
    font-size: 0.3rem;
    color: #616161;
}
.layui-timeline-item .layui-text .time {
    color: #9A9A9A;
}
.layui-timeline-item:last-child:before {
    content: '' !important;
    display: block !important;
}
.must {
    font-size: 0.35rem;
    color: #FF5D6E;
}
.layui-form-label {
    font-size: 0.35rem;
    color: #616161;
    padding-right: 0.525rem;
}
.layui-input-block {
    margin-left: 2.9rem;
}
.min-input {
    width: 2.5rem !important;
}
.short-input {
    width: 5rem !important;
}
.middle-input {
    width: 13.25rem !important;
}
.long-input {
    width: 24.5rem !important;
}
.input-right {
    font-size: 0.35rem;
    color: #9A9A9A;
    line-height: 1rem;
    display: inline-block;
    vertical-align: top;
}
.layui-btn {
    border-radius: 0.125rem;
    height: 1.4rem;
    line-height: 1.4rem;
    background: transparent;
    font-size: 0.45rem;
}
/* 上传图片 */
.upload-button {
    width: 4rem;
    height: 4rem;
    border: 1px #E0E0E0 solid;
    background: #F8F8F8;
    color: #9A9A9A;
}
.upload-img {
    width: 100%;
    height: 100%;
}
/* 日期选择器 */
.start-end {
    border: 1px #E0E0E0 solid;
    height: 1rem;
    border-radius: 0.125rem;
    line-height: 0.95rem;
    box-sizing: border-box;
    font-size: 0.35rem;
    color: #616161;
    width: 8.65rem;
    overflow: hidden;
}
.start-end i{
    color: #616161;
    font-size: 0.35rem;
    margin: 0 0.25rem;
}
.start-end .icon {
    font-size: 0.45rem;
    color: #9A9A9A;
    margin-right: 0;
}
.start-end input {
    width: 3.25rem;
    text-align: center;
    height: 100%;
    vertical-align: top;
    flex: 1;
    background: transparent;
}
/* 添加购物车数字动画样式 */
.animate-yellow-dark,
.animate-yellow-tint {
    font-size: 0.35rem;
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    line-height: 0.5rem;
    text-decoration: center;
}
/* 搜索按钮 */
.search-btn {
    width: 2.5rem;
    height: 1rem;
    border-radius: 0.125rem;
    font-size: 0.4rem;
    color: #ffffff;
    line-height: 1rem;
}
.search-btn i {
    font-size: 0.45rem;
    margin-right: 0.25rem;
}

/* 普通按钮 */
.u-flyer {
    width: 50px;
    z-index: 1000;
}
.right-fixed {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 100;
    background: #F0F0F0;
    width: 340px;
}
.right-fixed .right-bar {
    width: 32px;
    height: 100%;
    background: #281501;
    float: left;
    position: relative;
}
.right-fixed .right-bar .cart {
    width: 32px;
    height: 143px;
    position: absolute;
    top: 441px;
    left: 0;
    font-size: 16px;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    z-index: 2;
}
.right-fixed .right-bar .cart:hover {
    color: #ffffff !important;
}
.right-fixed .right-bar .cart i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    display: block;
    margin-left: -4px;
}
.right-fixed .right-bar .cart img {
    width: 23px;
    height: 23px;
}
.right-fixed .right-min {
    width: 308px;
    height: 100%;
    position: relative;
}
.right-fixed .right-min .min-list {
    flex: 1;
    overflow: hidden;
    overflow-y: scroll;
}
.right-fixed .right-min .min-list::-webkit-scrollbar {
    display: none;
}
.right-fixed .right-min .tab-click {
    width: 100%;
    height: 53px;
}
.right-fixed .right-min .tab-click .item {
    width: 50%;
    height: 100%;
    border-top: 4px solid #E4E0E0;
    background: #E4E0E0;
    font-size: 16px;
    color: #5D5D5D;
    line-height: 50px;
    text-align: center;
    float: left;
    cursor: pointer;
}
.right-fixed .right-min .tab-click .item.active {
    background: #FFFFFF;
}
.right-fixed .right-min .tab-click .item .cat_all_num {
    padding: 0 4px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    min-width: 20px;
    border-radius: 10px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.right-fixed .right-min .tab-head {
    width: 100%;
    height: 39px;
    background: #fff;
    font-size: 12px;
    color: #9A9A9A;
    line-height: 39px;
}
.right-fixed .right-min .input-number .buy-num {
    border: none;
}
.right-fixed .right-min .input-number .buy-num .num-input {
    width: 34px;
    border-bottom: 1px #e6e6e6 solid;
}
.right-fixed .right-min .input-number .buy-num .push {
    border: none;
} 
.right-fixed .right-min .input-number .buy-num .up-icon,.right-fixed .right-min .input-number .buy-num .down-icon {
   border: none; 
}
.right-fixed .right-min .tab-head p {
    width: 25%;
    text-align: center;
    float: left;
    display: block;
}
.right-fixed .right-min .tab-head p:first-child {
    width: 50%;
    padding-right: 25%;
    box-sizing: border-box;
}
.right-fixed .right-min .right-hint {
    width: 100%;
    height: 45px;
    font-size: 12px;
    color: #9A9A9A;
    line-height: 45px;
    padding: 0 8px;
}
.right-fixed .right-min .right-hint i {
    font-size: 14px;
    margin-right: 6px;
}
.right-fixed .right-min .right-warehouse-box {
    margin-top: 8px;
    margin-bottom: 7px;
}
.right-fixed .right-min .right-warehouse-box .right-warehouse-name {
    width: 100%;
    height: 46px;
    padding: 11px 14px;
    box-sizing: border-box;
}
.right-fixed .right-min .right-warehouse-box .right-warehouse-name .right-warehouse-name-right .daifa-select-box{
    margin-right: 46px;
    width: 80px;
}
.right-fixed .right-min .right-warehouse-box .right-warehouse-name .right-warehouse-name-right .daifa-select-box .layui-input {
    border: none;
    border-bottom: 1px #e0e0e0 solid;
    border-radius: 0;
    height: 28px;
    background: transparent;
    text-align: center;
    padding: 0;
}
.right-fixed .right-min .right-warehouse-box .right-warehouse-name .right-warehouse-name-right .daifa-select-box .layui-form-select .layui-edge {
    right: -14px;
}
.right-fixed .right-min .right-warehouse-box .right-warehouse-name .check-label {
    margin-right: 4px;
}
.right-fixed .right-min .right-warehouse-box .right-warehouse-name .check-label .check-input + i {
    line-height: 24px;
    font-size: 12px;
}
.right-fixed .right-min .right-warehouse-box .right-warehouse-name  .check-label .check-input + i::before {
    width: 18px;
    height: 18px;
}
.right-fixed .right-min .right-warehouse-box .close {
    font-size: 20px;
    color: #9A9A9A;
    line-height: 24px;
    cursor: pointer;
}
.right-fixed .right-min .right-warehouse-box ul li {
    padding-top: 7px;
    background: #ffffff;
    border-bottom: 1px #F0F0F0 solid;
}
.right-fixed .right-min .right-warehouse-box .cart-head {
    width: 100%;
    height: 36px;
    padding: 9px 14px;
    box-sizing: border-box;
}
.right-fixed .right-min .right-warehouse-box .cart-head  .check-label .check-input + i {
    line-height: 18px;
    color: #9A9A9A;
    font-size: 12px;
}
.right-fixed .right-min .right-warehouse-box .cart-head  .check-label .check-input + i::before {
    width: 18px;
    height: 18px;
}
.right-fixed .right-min .right-warehouse-box .cart-box {
    width: 100%;
    padding: 0 16px 22px 14px;
    box-sizing: border-box;
}
.right-fixed .right-min .right-warehouse-box .cart-box .cart-map {
    width: 47px;
    height: 47px;
    border-radius: 5px;
    float: left;
    overflow: hidden;
    flex: 0 0 47px;
}
.right-fixed .right-min .right-warehouse-box .cart-box .cart-map img {
    width: 100%;
    height: 100%;
}
.right-fixed .right-min .right-warehouse-box .cart-box .num-box {
    float: left;
    padding-left: 11px;
}
.right-fixed .right-min .right-warehouse-box .cart-box .num-box .price {
    font-size: 12px;
    color: #C2C2C2;
    line-height: 18px;
}
.right-fixed .right-min .right-warehouse-box .cart-box .num-box .price.active {
    color: #5F5F5F;
}
.right-fixed .right-min .right-warehouse-box .spec_list {

}
.right-fixed .right-min .right-warehouse-box .spec_list .spec_item {
    height: 40px;
    padding: 0 16px;
}
.right-fixed .right-min .right-warehouse-box .spec_list .spec_item .item_left {
    width: 100px;
    white-space: nowrap;
    font-size: 14px;
    color: #616161;
}
.right-fixed .right-min .right-warehouse-box .num {
    font-size: 12px;
    color: #A9A9A9;
    line-height: 28px;
}
.right-fixed .right-min .right-warehouse-box .num .number-step {
    width: 120px;
    height: 32px;
    box-sizing: border-box;
    border-color: #C2C2C2;
}
.right-fixed .right-min .right-warehouse-box .num .number-step .down,
.right-fixed .right-min .right-warehouse-box .num .number-step .up {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    background: #F2F1F1;
    color: #5F5F5F;
    border: 1px solid;
    border-color: #C2C2C2;
    box-sizing: border-box;
}
.right-fixed .right-min .right-warehouse-box .num .number-step .up {
    border-left: none;
}
.right-fixed .right-min .right-warehouse-box .num .number-step .down {
    border-right: none;
}
.right-fixed .right-min .right-warehouse-box .num .number-step input {
    flex: 1;
    height: 30px;
    width: 100%;
    border: 1px solid;
    border-color: inherit;
    text-align: center;
    font-size: 12px;
    color: #5F5F5F;
    box-sizing: border-box;
}
.right-fixed .right-min .right-warehouse-box .num .input-number .buy-num .num-input {
    height: 24px;
}
.right-fixed .right-min .right-warehouse-box .num .input-number .buy-num .num-input.border-red{
    border: 1px #ff8491 solid;
    color: #ff8491;
}
.right-fixed .right-min .right-warehouse-box .hint-red {
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background: #ff5d6e;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.right-fixed .right-min .right-warehouse-box .num .input-number .buy-num .up-icon,
.right-fixed .right-min .right-warehouse-box .num .input-number .buy-num .down-icon {
    height: 12px;
    line-height: 12px;
}
.right-fixed .right-min .right-warehouse-box .cart-box .num-box .inventory {
    font-size: 12px;
    color: #9A9A9A;
    line-height: 20px;
}
.right-fixed .right-min .right-warehouse-box .cart-box .num-box .inventory i {
    color: #616161;
}
.right-fixed .right-min .right-warehouse-box .cart-box .cart-box-center {
    margin-left: -15px;
}
.right-fixed .right-min .right-warehouse-box .cart-box .cart-box-select {
    height: 28px;
    width: 58px;
    display: block;
}
.right-fixed .right-min .right-warehouse-box .cart-box .cart-box-select .layui-input {
    height: 28px;
    border: none;
    padding: 0;
    width: 58px;
    border-radius: 0;
    font-size: 12px;
    text-align: center;
}

.right-fixed .right-min .right-warehouse-box .cart-box .weight {
    font-size: 12px;
    color: #9A9A9A;
    text-align: center;
    line-height: 20px;
}
.right-fixed .right-min .right-warehouse-box .cart-box .weight i {
    color: #616161;
}
.right-fixed .right-min .right-warehouse-box .cart-box .price {
    font-size: 12px;
    color: #FF5D6E;
}
.right-fixed .right-min .settle {
    background: #ffffff;
    padding: 24px 40px 50px 26px;
    line-height: 24px;
    display: none;
    border-top: 2px solid;
}
.right-fixed .right-min .settle p {
    font-size: 12px;
    color: #9A9A9A;
}
.right-fixed .right-min .settle p i{
    margin-right: 3px;
}
.right-fixed .right-min .settle p:last-child {
    text-align: right;
}
.right-fixed .right-min .settle .all-price p {
    font-size: 14px;
    color: #616161;
}
.right-fixed .right-min .settle .all-price p:last-child {
    color: #9A9A9A;
    font-size: 12px;
}
.right-fixed .right-min .settle .all-price p:last-child span{
    font-size: 16px;
}
.right-fixed .right-min .settle .all-price p:last-child i {
    font-weight: bold;
}
.right-fixed .right-min .settle .red {
    color: #FF5D6E;
}
.right-fixed .right-min .settle .settle-submit {
    margin-top: 33px;
}
.right-fixed .right-min .settle .settle-submit button {
    width: 136px;
    height: 40px;
    line-height: 40px;
}
.right-fixed .right-min .settle .settle-submit i {
    font-size: 14px;
    margin-right: 6px;
    vertical-align: middle;
}
.right-fixed .right-min .settle .settle-submit > .del-cart {
    font-size: 12px;
    color: #9A9A9A;
    line-height: 40px;
    cursor: pointer;
}

.login-popup {
    width: 100%;
}
.login-popup .login-hint {
    width: 100%;
    height: 0.95rem;
    background: #fef7f0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-size: 0.35rem;
    color: #9a9a9a;
    line-height: 0.95rem;
    padding: 0 0.325rem;
    box-sizing: border-box;
}
.login-popup .login-hint .icon {
    font-size: 0.6rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.2rem;
}
.login-popup .layui-tab {
    width: 8.8rem;
    display: block;
    margin: 0 auto;
    margin-top: 0.875rem;
}
.login-popup .tab-yellow-tint.layui-tab-brief>.layui-tab-title .layui-this {
    font-weight: bold;
}
.login-popup .layui-tab .layui-tab-title {
    border: none;
    width: 100%;
}
.login-popup .layui-tab .layui-tab-title li {
    width: 33.333%;
    box-sizing: border-box;
    margin: 0;
}
.login-popup .layui-tab .layui-tab-content {
    padding: 0.675rem 0 0.55rem 0;
}
.login-popup .layui-tab .layui-tab-content .weixin-code {
    width: 5.75rem;
    height: 5.75rem;
    display: block;
    margin: 0 auto;
}
.login-popup .layui-tab .layui-tab-content .weixin-scan {
    font-size: 0.35rem;
    color: #9a9a9a;
    text-align: center;
    line-height: 0.75rem;
}
.login-popup .layui-tab .layui-tab-content .input-item {
    height: 1.125rem;
    position: relative;
    margin-top: 0.5rem;
    display: block;
}
.login-popup .layui-tab .layui-tab-content .input-item.flex {
    display: flex;
    display: -webkit-flex;
}
.login-popup .layui-tab .layui-tab-content .input-item .layui-btn {
    height: 1.125rem;
    border: 1px #e0e0e0 solid;
    border-radius: 0.125rem;
    background: #e5e5e5;
    font-size: 0.35rem;
    color: #616161;
    line-height: 1.725rem;
    box-sizing: border-box;
    width: 3.675rem;
    margin-left: 0.15rem;
}
.login-popup .layui-tab .layui-tab-content .input-item .icon {
    font-size: 0.4rem;
    color: #9a9a9a;
    line-height: 1.125rem;
    position: absolute;
    left: 0.25rem;
    top: 0;
    z-index: 1;
}
.login-popup .layui-tab .layui-tab-content .input-item .layui-input {
    padding-left: 0.75rem;
    box-sizing: border-box;
    height: 1.125rem;
}
.login-popup .layui-tab .layui-tab-content .input-item .login-btn {
    width: 100%;
    height: 1.45rem;
    border: none;
    margin: 0;
    border-radius: 0.75rem;
}
.login-popup .layui-tab .layui-tab-content .forget-password {
    width: 100%;
    height: 0.6rem;
    margin-top: 0.5rem;
}
.login-popup .layui-tab .layui-tab-content .forget-password a {
    font-size: 0.35rem;
    color: #9a9a9a;
    line-height: 0.6rem;
    float: right;
}
.ali-verify-box {
    pointer-events: none;
}
.ali-verify-box .ali-verify {
    margin: 0 !important;
}
.ali-verify-box .ali-verify .sm-btn {
    border-radius: 0.125rem;
    overflow: hidden;
}
.ali-verify-box .shade {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 2;
    background: linear-gradient(-6deg,#E8E8E8,#FFFFFF);
    line-height: 43px;
    font-size: 0.35rem;
    color: #616161;
    padding-left: 1.75rem;
    border-radius: 0.125rem;
}
.login-popup-bottom {
    padding-bottom: 0.525rem;
}
.login-popup-bottom .login-popup-bottom-left .icon {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background: #00baff;
    font-size: 0.65rem;
    line-height: 0.825rem;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.25rem;
}
.login-popup-bottom .login-popup-bottom-left {
    font-size: 0.35rem;
    color: #9a9a9a;
    line-height: 0.9rem;
}
.login-popup-bottom .login-popup-bottom-left:hover {
    color: #9a9a9a !important;
}
.login-popup-bottom .login-popup-bottom-right {
    font-size: 0.35rem;
    line-height: 0.9rem;
}
.explain-box {
    width: 100%;
    padding: 0.25rem;
    border-radius: 0.125rem;
    margin-top: 0.5rem;
    box-sizing: border-box;
    color: #9A9A9A;
}
.explain-box.bg-color-thin {
    background: #f6f6f6 !important;
}
.examples-box.bg-color-thin {
    background: #f6f6f6 !important;
}
.explain-box .explain-title {
    font-size: 0.35rem;
    color: #9A9A9A;
    line-height: 0.6rem;
}
.explain-box .explain-title .icon {
    font-size: 0.45rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.25rem;
}
.explain-box .explain-content {
    margin-top: 0.5rem;
    font-size: 0.35rem;
    line-height: 0.6rem;
    color: #9A9A9A;
    padding-left: 0.7rem;
}
body .realname-auth-layer {
    overflow: initial !important;
    border-radius: 10px !important;
}
/*.realname-auth-layer-panel {
    padding: 20px;
}*/
.realname-auth-layer-panel a {
    border-color: #f84444;
    background-color: #f84444;
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.realname-auth-layer-panel a:hover {
    color: #fff !important;
    opacity: .9;
}
.realname-auth-layer-panel p {
    margin: 10px 0px 30px 0px;
}
.realname-auth-layer .panel-btn {
    display: flex;
    justify-content: space-between;
}
.realname-auth-layer-panel .realname-refresh {
    cursor: pointer;
    background-color: rgba(248,68,68,.5);
}
.realname-auth-layer-panel .realname-refresh:hover {
    background-color: rgba(248,68,68);
}
/* 
@media only screen and (min-width: 800px) {
    html {
        font-size: 19.04px !important;
    }
}
@media only screen and (min-width: 1024px) {
    html {
        font-size: 24.3px !important;
    }
} */
@media only screen and (min-width: 0px) {
    html {
        font-size: 36.8877px !important;
    }
}
/* @media only screen and (min-width: 1366px) {
    html {
        font-size: 32.52px !important;
    }
}
@media only screen and (min-width: 1440px) {
    html {
        font-size: 34.28px !important;
    }
} */
@media only screen and (min-width: 1680px) {
    html {
        font-size: 40px !important;
    }
}

/* 联系客服 */
    /* 主要css样式*/
    .main-im{position:fixed;right:10px;top:300px;z-index:100;width:40px;height:272px;}
    .main-im .qq-a{display:block;width:106px;height:116px;font-size:14px;color:#0484cd;text-align:center;position:relative;}
    .main-im .qq-a span{bottom:5px;position:absolute;width:90px;left:10px;}
    .main-im .qq-hover-c{width:70px;height:70px;border-radius:35px;position:absolute;left:18px;top:10px;overflow:hidden;z-index:9;}
    .main-im .qq-container{z-index:99;position:absolute;width:109px;height:118px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid #dddddd;background:url(../../images/common/qq-icon-bg.png) no-repeat center 8px;}
    .main-im .img-qq{max-width:60px;display:block;position:absolute;left:6px;top:3px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
    .main-im .im-qq:hover .img-qq{max-width:70px;left:1px;top:8px;position:absolute;}
    .main-im .im_main{background:#F9FAFB;border:1px solid #dddddd;border-radius:10px;background:#F9FAFB;display:none;}
    .main-im .im_main .im-tel{color:#000000;text-align:center;width:109px;height:132px;border-bottom:1px solid #dddddd;}
    .main-im .im_main .im-tel div{font-weight:bold;font-size:12px;margin-top:6px;}
    .main-im .im_main .im-tel .tel-num{font-family:Arial;font-weight:bold;color:#e66d15;}
    .main-im .im_main .im-tel:hover{background:#fafafa;}
    .main-im .im_main .weixing-container{width:55px;height:47px;border-right:1px solid #dddddd;background:#f5f5f5;border-bottom-left-radius:10px;background:url(../../images/common/weixing-icon.png) no-repeat center center;float:left;}
    .main-im .im_main .weixing-show{width:112px;padding: 0 0 10px;height:auto;background:#ffffff;border-radius:10px;border:1px solid #dddddd;position:absolute;left:-125px;top:-63px;}
    .main-im .im_main .weixing-show .weixing-sanjiao{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #ffffff;border-width:6px;left:112px;top:80px;position:absolute;z-index:2;}
    .main-im .im_main .weixing-show .weixing-sanjiao-big{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #dddddd;border-width:8px;left:112px;top:78px;position:absolute;}
    .main-im .im_main .weixing-show .weixing-ma{width:104px;height:103px;padding-left:5px;padding-top:5px;}
    .main-im .im_main .weixing-show .weixing-txt{position: static;top:110px;left:7px;width:100px;margin:0 auto;text-align:center;}
    .main-im .im_main .go-top{width:50px;height:47px;background:#f5f5f5;border-bottom-right-radius:10px;background:url(../../images/common/totop-icon.png) no-repeat center center;float:right;}
    .main-im .im_main .go-top a{display:block;width:52px;height:47px;}
    .main-im .close-im{position:absolute;right:10px;top:-12px;z-index:100;width:24px;height:24px;}
    .main-im .close-im a{display:block;width:24px;height:24px;background:url(../../images/common/close_im.png) no-repeat left top;}
    .main-im .close-im a:hover{text-decoration:none;}
    .main-im .open-im{cursor:pointer;width:40px;height:133px;background:url(../../images/common/open_im.png) no-repeat left top;}