body {
    font-family: "å¾®è½¯é›…é»‘" !important;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none;
    word-wrap: break-word;
}

ol,
ul,
li {
    list-style: none;
    outline: none;
}

a {
    outline: none;
}

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

input,
button,
select,
textarea {
    outline: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.clearfix {
    display: block;
    zoom: 1;
}

.clearboth {
    clear: both;
}

a:focus {
    outline: none !important;
    text-decoration: none !important;
}

.textflow {
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

body {
    background: #f5f5f5;
}
/*å…¬å…±å¤´éƒ¨*/
.nav-header {
    position: fixed;
    top: 0px;
    width: 100%;
    min-width: 1200px;
    padding: 0px 40px;
    background: #FFFFFF;
    height: 70px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12);
    z-index: 98;
    border-bottom: 1px solid #dfdfdf;
}

    .nav-header .nav-logo {
        float: left;
    }

        .nav-header .nav-logo a {
            display: inline-block;
            padding: 16px 0px 0px 5px;
        }

            .nav-header .nav-logo a img {
                width: 162px;
                height: 38px;
            }

.nav-right {
    float: right;
    height: 70px;
    margin-right: 20px;
}

    .nav-right ul li {
        margin-right: 10px;
    }

    .nav-right ul,
    .nav-right ul li {
        float: left;
        padding-top: 13px;
    }

        .nav-right ul li a {
            font-size: 16px;
            color: #B3B3B3;
            padding: 3px 11px;
        }

            .nav-right ul li a.active,
            .nav-right ul li a:hover {
                background: #ff9519;
                color: #FFFFFF;
                text-decoration: none;
            }

.message {
    padding-left: 10px;
    height: 70px;
}

    .message .mess {
        display: inline-block;
        width: 25px;
        height: 70px;
        position: relative;
        background: url('/Content/xz/Public/style05/images/news.png') no-repeat center;
        cursor: pointer;
    }

        .message .mess:hover {
            background: url('/Content/xz/Public/style05/images/news2.png') no-repeat center;
        }

        .message .mess span {
            position: absolute;
            display: inline-block;
            min-width: 10px;
            padding: 1px 4px !important;
            font-size: 13px;
            font-weight: 700;
            line-height: 1;
            color: #fff;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            background-color: #F80808;
            border-radius: 50%;
            top: 20px;
            left: 16px;
        }

.user-logo {
    padding: 20px 0px 0px 25px;
}

    .user-logo .logoa {
        display: inline-block;
        background: url('/Content/xz/Public/style05/images/triangle.png') no-repeat right 23px;
        position: relative;
        height: 50px;
    }

        .user-logo .logoa img {
            width: 30px;
            height: 30px;
            border-radius: 50%;
        }

.bg-shop {
    display: inline-block;
    width: 40px;
    height: 70px;
    position: relative;
    background: url('/Content/xz/Public/style05/images/bg-shop.png') no-repeat center;
    cursor: pointer;
}

    .bg-shop a {
        display: inline-block;
        width: 40px;
        height: 70px;
    }

    .bg-shop span {
        position: absolute;
        display: inline-block;
        min-width: 10px;
        padding: 1px 4px !important;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        color: #F80808;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        top: 23px;
        left: 11px;
        width: 20px;
    }

    .bg-shop:hover {
        background: url('/Content/xz/Public/style05/images/bg-shop2.png') no-repeat center;
    }

.dropdown-history {
    display: none;
    position: absolute;
    top: 44px;
    width: 120px;
    left: -20px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    border-radius: 3px;
    background: #fff;
}

    .dropdown-history span.san {
        display: inline-block;
        width: 15px;
        height: 8px;
        background: url('/Content/xz/Public/style05/images/small-sjx.png') no-repeat center;
        position: absolute;
        top: -8px;
        left: 78px;
    }

    .dropdown-history ul li {
        text-indent: 10px;
    }

        .dropdown-history ul li a {
            color: #333333;
            display: inline-block;
        }

        .dropdown-history ul li i.my {
            display: inline-block;
            width: 14px;
            height: 14px;
            background: url('/Content/xz/Public/style05/images/gray-me.png') no-repeat center;
            margin-right: 5px;
        }

        .dropdown-history ul li:hover i.my {
            background: url('/Content/xz/Public/style05/images/blue-me.png') no-repeat center;
        }

        .dropdown-history ul li i.infop {
            display: inline-block;
            width: 14px;
            height: 13px;
            background: url('/Content/xz/Public/style05/images/gray-my.png') no-repeat center;
            margin-right: 5px;
        }

        .dropdown-history ul li:hover i.infop {
            background: url('/Content/xz/Public/style05/images/blue-my.png') no-repeat center;
        }

        .dropdown-history ul li i.help {
            display: inline-block;
            width: 14px;
            height: 13px;
            background: url('/Content/xz/Public/style05/images/gray-help.png') no-repeat center;
            margin-right: 5px;
        }

        .dropdown-history ul li:hover i.help {
            background: url('/Content/xz/Public/style05/images/blue-help.png') no-repeat center;
        }

        .dropdown-history ul li i.exit {
            display: inline-block;
            width: 14px;
            height: 13px;
            background: url('/Content/xz/Public/style05/images/gray-exit.png') no-repeat center;
            margin-right: 5px;
        }

        .dropdown-history ul li:hover i.exit {
            background: url('/Content/xz/Public/style05/images/blue-exit.png') no-repeat center;
        }

        .dropdown-history ul li:hover a {
            color: #FE471F;
        }

.messagebox {
    display: none;
    position: absolute;
    top: 40px;
    width: 500px;
    right: -55px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    border-radius: 3px;
    background: #fff;
}

    .messagebox i.san {
        display: inline-block;
        width: 15px;
        height: 8px;
        background: url('/Content/xz/Public/style05/images/small-sjx.png') no-repeat center;
        position: absolute;
        top: -8px;
        right: 53px;
    }

.user-website .buyer {
    padding-bottom: 20px;
}

.messagebox h3 {
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    padding-left: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.messagebox ul li {
    color: #555555;
    padding: 8px 15px;
    border-bottom: 1px solid #f1f1f1;
}

    .messagebox ul li.newmess {
        background: #FDF8F0 url('/Content/xz/Public/style05/images/red.png') no-repeat 8px 22px;
    }

    .messagebox ul li b {
        margin-right: 7px;
    }

.allsee {
    height: 40px;
    line-height: 40px;
    color: #555555;
}

    .allsee a {
        color: #555555;
    }

.dropdown-shop {
    display: none;
    position: absolute;
    border: 1px solid #dfdfdf;
    background: #fff;
    top: 54px;
    width: 133px;
    left: -43px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.12);
}

    .dropdown-shop span.san {
        display: inline-block;
        width: 15px;
        height: 8px;
        background: url('/Content/xz/Public/style05/images/small-sjx.png') no-repeat center;
        position: absolute;
        top: -8px;
        left: 58px;
    }

    .dropdown-shop ul li {
        text-align: left;
        margin: 15px 0px;
        padding-left: 10px;
    }

        .dropdown-shop ul li a {
            color: #333333;
            display: inline-block;
        }

        .dropdown-shop ul li i.tw {
            display: inline-block;
            width: 14px;
            height: 13px;
            background: url('/Content/xz/Public/style05/images/gray-tw.png') no-repeat center;
            margin-right: 13px;
        }

        .dropdown-shop ul li:hover i.tw {
            background: url('/Content/xz/Public/style05/images/blue-tw.png') no-repeat center;
        }

        .dropdown-shop ul li i.ylmm {
            display: inline-block;
            width: 14px;
            height: 13px;
            background: url('/Content/xz/Public/style05/images/gray-ylmm.png') no-repeat center;
            margin-right: 13px;
        }

        .dropdown-shop ul li:hover i.ylmm {
            background: url('/Content/xz/Public/style05/images/blue-ylmm.png') no-repeat center;
        }

        .dropdown-shop ul li a cite {
            font-style: normal;
            color: red !important;
            margin-left: 8px;
        }

        .dropdown-shop ul li:hover a {
            color: #FE471F;
            text-decoration: none;
        }

.page-mini {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    float: right;
    height: 25px;
    line-height: 23px;
    margin-left: 10px;
}

    .page-mini span {
        cursor: pointer;
    }

    .page-mini .left {
        border-right: 1px solid #ccc;
        color: #666;
        cursor: pointer;
        float: left;
        font-size: 20px;
        height: 100%;
        line-height: 23px;
        text-align: center;
        width: 25px;
    }

    .page-mini .right {
        color: #666;
        cursor: pointer;
        float: left;
        font-size: 20px;
        height: 100%;
        line-height: 23px;
        text-align: center;
        width: 25px;
    }

    .page-mini .disabled {
        color: #ccc;
        cursor: not-allowed;
    }

.page-num .px {
    color: #fe1f25;
}

.text-yellow {
    color: #ff9800;
}

.messagelist {
    height: 436px;
    overflow: auto;
}

    .messagelist ul li {
        border-bottom: 1px solid #dfdfdf;
        padding: 10px 5px;
    }

        .messagelist ul li b {
            margin-right: 7px;
            /*vertical-align: top;*/
        }

.ss {
    display: inline-block;
    width: 510px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.messagelist ul li.newmess {
    background: url('/Content/xz/Public/style05/images/red.png') no-repeat 8px 18px;
    padding-left: 20px;
}

.messagelist ul li span {
    float: right;
    color: #999999;
}

.checkmsg input[type=checkbox] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -70px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.checkmsg input[type=checkbox]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -70px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}

.gray_btn {
    height: 28px;
    line-height: 14px;
    background: #e8ecef;
    color: #999;
    margin-right: 10px;
}

.pl5 {
    padding-left: 5px;
}

.icon-checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
    background: url(/Content/xz/Public/style05/images/icon_web.png) -74px -210px no-repeat;
    cursor: pointer;
    margin-right: 5px;
}

    .icon-checkbox.checked {
        background: url('/Content/xz/Public/style05/images/icon_web.png') -30px -23px no-repeat;
    }

.graycolor {
    color: #999999 !important;
}

.mt6 {
    margin-top: 6px;
}
/*å…¬å…±å·¦è¾¹èœå•æ */
.left-menu {
    width: 260px;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5;
    padding-top: 70px;
    background: #fff;
    box-shadow: 5px 3px 5px rgba(133, 207, 248, 0.3);
    overflow: auto;
}

.member-nav {
    padding-top: 60px;
    webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-right: 1px solid #f4f4f4;
}

    .member-nav ul li {
        height: 70px;
        line-height: 70px;
    }

        .member-nav ul li.curr a,
        .member-nav ul li:hover a {
            color: #ff8a71;
            background: #FFFFFF;
        }
        /*.member-nav ul li.zh i {
	background-position: -48px 15px;
}
.member-nav ul li.zh:hover i {
	background-position: -10px 15px;
}*/
        .member-nav ul li a {
            color: #FFFFFF;
            font-size: 16px;
            display: block;
            height: 100%;
            padding-left: 65px;
            outline: none;
        }

            .member-nav ul li a i {
                width: 45px;
                height: 30px;
                display: inline-block;
                float: left;
                margin: 20px 10px 0px -10px;
            }

            .member-nav ul li a span {
                display: inline-block;
                height: 100%;
                float: left;
            }
    /*.member-nav ul li.curr i {
	background-position: -10px 15px;
}*/
    .member-nav dl dt {
        font-weight: normal;
        height: 56px;
        line-height: 56px;
        font-size: 16px;
        color: #5d5d61;
    }
    /*.member-nav dl dt.zhgs a {
	background: url('/Content/xz/Public/style05/images/iconss.png') no-repeat center
}*/
    .member-nav dl.zhgs dt {
        background: url('/Content/xz/Public/style05/images/blue-zhgs.png') no-repeat 45px;
    }

        .member-nav dl.zhgs dt:hover a {
            background: #f0f7fd url('/Content/xz/Public/style05/images/blue-zhgs.png') no-repeat 45px;
            color: #ff7501;
        }

        .member-nav dl.zhgs dt a.curr {
            background: #ff8a71 url('/Content/xz/Public/style05/images/white-zhgs.png') no-repeat 45px;
            color: #FFFFFF;
        }

    .member-nav dl.ddgl dt {
        background: url('/Content/xz/Public/style05/images/blue-ddgl.png') no-repeat 45px;
    }

        .member-nav dl.ddgl dt:hover a {
            background: #f0f7fd url('/Content/xz/Public/style05/images/blue-ddgl.png') no-repeat 45px;
            color: #ff7501;
        }

        .member-nav dl.ddgl dt a.curr {
            background: #ff8a71 url('/Content/xz/Public/style05/images/white-ddgl.png') no-repeat 45px;
            color: #FFFFFF;
        }
    /*.member-nav dl.ddgl dt a {
	background: url('/Content/xz/Public/style05/images/arrow_up.png') no-repeat 170px 25px
}*/
    .member-nav dl.csyl dt {
        background: url('/Content/xz/Public/style05/images/blue-csyl.png') no-repeat 45px;
    }

        .member-nav dl.csyl dt:hover a {
            background: #f0f7fd url('/Content/xz/Public/style05/images/blue-csyl.png') no-repeat 45px;
            color: #ff7501;
        }

        .member-nav dl.csyl dt a.curr {
            background: #ff8a71 url('/Content/xz/Public/style05/images/white-csyl.png') no-repeat 45px;
            color: #FFFFFF;
        }

    .member-nav dl.csgg dt {
        background: url('/Content/xz/Public/style05/images/blue-cstw.png') no-repeat 45px;
    }

        .member-nav dl.csgg dt:hover a {
            background: #f0f7fd url('/Content/xz/Public/style05/images/blue-cstw.png') no-repeat 45px;
            color: #ff7501;
        }

        .member-nav dl.csgg dt a.curr {
            background: #ff8a71 url('/Content/xz/Public/style05/images/white-cstw.png') no-repeat 45px;
            color: #FFFFFF;
        }

    .member-nav dl.wzjy dt {
        background: url('/Content/xz/Public/style05/images/blue-wzjy.png') no-repeat 45px;
    }

    .member-nav dl dt a i {
        display: inline-block;
        width: 10px;
        height: 6px;
        background: url('/Content/xz/Public/style05/images/blue-down.png') no-repeat center;
        position: absolute;
        top: 26px;
        right: 66px;
    }

    .member-nav dl dt a:hover i {
        background: url('/Content/xz/Public/style05/images/blue-down.png') no-repeat center;
    }

    .member-nav dl.wzjy dt:hover a {
        background: #f0f7fd url('/Content/xz/Public/style05/images/blue-wzjy.png') no-repeat 45px;
        color: #ff7501;
    }

    .member-nav dl.wzjy dt a.curr {
        background: #ff8a71 url('/Content/xz/Public/style05/images/white-wzjy.png') no-repeat 45px;
        color: #FFFFFF;
    }

    .member-nav dl.lljh dt {
        background: url('/Content/xz/Public/style05/images/blue-lljh.png') no-repeat 45px;
    }

        .member-nav dl.lljh dt:hover a {
            background: #f0f7fd url('/Content/xz/Public/style05/images/blue-lljh.png') no-repeat 45px;
            color: #ff7501;
        }

        .member-nav dl.lljh dt a.curr {
            background: #ff8a71 url('/Content/xz/Public/style05/images/white-lljh.png') no-repeat 45px;
            color: #FFFFFF;
        }

    .member-nav dl.mfhl dt {
        background: url('/Content/xz/Public/style05/images/blue-mfhl.png') no-repeat 45px;
    }

        .member-nav dl.mfhl dt:hover a {
            background: #f0f7fd url('/Content/xz/Public/style05/images/blue-mfhl.png') no-repeat 45px;
            color: #ff7501;
        }

        .member-nav dl.mfhl dt a.curr {
            background: #ff8a71 url('/Content/xz/Public/style05/images/white-mfhl.png') no-repeat 45px;
            color: #FFFFFF;
        }
    /*.member-nav dl.mfhl dt a {
	background: url('/Content/xz/Public/style05/images/blue-up.png') no-repeat 170px 25px
}*/
    .member-nav dl.tggl dt {
        background: url('/Content/xz/Public/style05/images/blue-tggl.png') no-repeat 45px;
    }

        .member-nav dl.tggl dt:hover {
            background: #f0f7fd url('/Content/xz/Public/style05/images/blue-tggl.png') no-repeat 45px;
            color: #ff7501;
        }

        .member-nav dl.tggl dt a.curr {
            background: #ff8a71 url('/Content/xz/Public/style05/images/white-tggl.png') no-repeat 45px;
            color: #fff;
        }

    .member-nav dl dd {
        height: 56px;
        line-height: 56px;
        display: none;
        font-size: 16px;
        color: #5d5d61;
        position: relative;
    }

        .member-nav dl dt a,
        .member-nav dl dd a {
            display: inline-block;
            width: 100%;
            text-align: center;
            color: #ff7501;
            position: relative;
        }

            .member-nav dl dt a:hover {
                text-decoration: none;
            }

.arrow_down {
    background: url('/Content/xz/Public/style05/images/blue-up.png') no-repeat center !important;
}

.member-nav dl dt a:hover i.arrow_down {
    background: url('/Content/xz/Public/style05/images/blue-up.png') no-repeat center !important;
}

.member-nav dl dd a {
    padding-left: 19px;
}

.plr20 {
    padding: 0px 20px;
}

.member-nav dl dd:hover a {
    background: #f0f7fd;
    text-decoration: none;
}

.member-nav dl dd a.active {
    text-decoration: none;
    background: #ff8a71;
    color: #fff;
}

.member-nav ul li:first-child a i {
    background: url('/Content/xz/Public/style05/images/left-icon.png') no-repeat -70px -47px;
}

.member-nav ul li:first-child:hover i,
.member-nav ul li:first-child.curr i {
    background-position: -107px -47px;
}

.member-nav ul li:first-child + li a i {
    background: url('/Content/xz/Public/style05/images/left-icon.png') no-repeat -106px -8px;
}

.member-nav ul li:first-child + li:hover i,
.member-nav ul li:first-child + li.curr i {
    background-position: -108px -85px;
}

.member-nav ul li:first-child + li + li a i {
    background: url('/Content/xz/Public/style05/images/left-icon.png') no-repeat -70px -8px;
}

.member-nav ul li:first-child + li + li:hover i,
.member-nav ul li:first-child + li + li.curr i {
    background-position: -70px -83px;
}

.member-nav ul li:first-child + li + li + li a i {
    background: url('/Content/xz/Public/style05/images/left-icon.png') no-repeat 3px -43px;
}

.member-nav ul li:first-child + li + li + li:hover i,
.member-nav ul li:first-child + li + li + li.curr i {
    background-position: 3px -114px;
}

.member-nav ul li:first-child + li + li + li + li a i {
    background: url('/Content/xz/Public/style05/images/left-icon.png') no-repeat -70px -8px;
}

.member-nav ul li:first-child + li + li + li + li:hover i,
.member-nav ul li:first-child + li + li + li + li.curr i {
    background-position: -70px -83px;
}

.member-nav ul li:first-child + li + li + li + li + li a i {
    background: url('/Content/xz/Public/style05/images/left-icon.png') no-repeat 5px -8px;
}

.member-nav ul li:first-child + li + li + li + li + li:hover i,
.member-nav ul li:first-child + li + li + li + li + li.curr i {
    background-position: 3px -80px;
}

.member-nav ul li:first-child + li + li + li + li + li + li a i {
    background: url('/Content/xz/Public/style05/images/left-icon.png') no-repeat -32px -8px;
}

.member-nav ul li:first-child + li + li + li + li + li + li:hover i,
.member-nav ul li:first-child + li + li + li + li + li + li.curr i {
    background-position: -34px -80px;
}
/*å³è¾¹å†…å®¹*/
.content-right {
    padding-left: 290px;
    padding-right: 2.2%;
    padding-top: 100px;
    position: relative;
    /* background: #f5f6f7 ;*/
    padding-bottom: 50px;
}
/*å–å®¶ä¼šå‘˜ä¸­å¿ƒ*/
/*ä¸Š*/
.member-index-hd {
    background: #fff;
    padding: 20px;
}

.member-index .info {
    width: 500px;
}

    .member-index .info .headimg {
        width: 128px;
        height: 128px;
        overflow: hidden;
        border-radius: 50%;
        margin-right: 35px;
        position: relative;
        margin-left: 7px;
    }

        .member-index .info .headimg img {
            width: 128px;
            height: 128px;
        }

        .member-index .info .headimg a {
            opacity: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            background: rgba(0, 0, 0, 0.8);
            color: #fff;
            font-size: 13px;
            text-align: center;
            line-height: 128px;
        }

.member-userinfo h5 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}

.member-userinfo p {
    color: #5d5d61;
    margin-bottom: 25px;
}

.member-userinfo .mys_jf {
    position: relative;
}

    .member-userinfo .mys_jf a {
        color: #5d5d61;
        text-decoration: none;
    }

    .member-userinfo .mys_jf i,
    .mys_jf .ft18 {
        color: #FB6363;
        font-size: 16px;
        cursor: pointer;
        font-weight: bold;
    }

        .member-userinfo .mys_jf i:hover,
        .mys_jf .ft18:hover {
            color: #FB6363;
        }

    .member-userinfo .mys_jf img {
        position: absolute;
        top: -39px;
        left: 0px;
        z-index: 999;
    }

.member-userinfo p i {
    font-style: normal;
}

.ml20 {
    margin-left: 20px;
}

.color_bluea {
    color: #ff7501;
    text-decoration: none;
}

    .color_bluea:hover {
        text-decoration: none;
    }

.member-userinfo p label {
    font-weight: normal;
    margin: 0px;
}

.member-userinfo p a.unbond {
    color: #ff7501;
    font-size: 14px;
}

    .member-userinfo p a.unbond:hover {
        text-decoration: underline;
    }

.h200 {
    height: 200px;
}

.price {
    /*margin-right: 168px;*/
    margin-top: 37px;
}

.gap {
    width: 10%;
    height: 120px;
    float: right;
}

.price p label {
    color: #555555;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 16px;
}

.price p span {
    color: #ff6633;
    font-size: 18px;
    font-weight: bold;
}

.price p .price_btn {
    display: inline-block;
    width: 60px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #dfdfdf;
    background: #FFFFFF;
    font-size: 14px;
    color: #666666;
    outline: none;
}

.price_btn {
    display: inline-block;
    width: 60px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #dfdfdf;
    background: #FFFFFF;
    font-size: 14px;
    color: #666666;
    outline: none;
    border-radius: 4px;
}

    .price_btn:hover {
        background: #ff7501;
        color: #FFFFFF !important;
        border-color: #FE471F;
        text-decoration: none;
    }

.price p .price_btn:first-child {
    background: #FE471F;
    color: #FFFFFF;
    border: none;
}

.czbtn {
    background: red;
    color: #FFFFFF !important;
    border: none;
    margin-right: 7px;
    margin-left: 30px;
    line-height: 31px;
}

    .czbtn:hover {
        text-decoration: none;
        color: #FFFFFF;
    }

.price p .price_btn:first-child {
    margin-right: 19px;
}

.price p .price_btn:hover {
    background: #ff7501;
    color: #FFFFFF;
    border-color: #FE471F;
    text-decoration: none;
}

.price p a.record {
    font-size: 13px;
    color: #ff7501;
    margin-left: 8px;
}

.record {
    font-size: 13px;
    color: red;
    margin-left: 8px;
}

    .record:hover {
        color: #FE471F !important;
    }

.c555 {
    color: #555555;
}

.bg-white {
    background: #FFFFFF;
    border: 1px solid #e1e3e4;
}

.mt18 {
    margin-top: 18px;
}

.pnotice {
    padding: 20px 20px 13px 20px;
}

    .pnotice h4 {
        color: #555555;
        padding-bottom: 13px;
    }

    .pnotice ul li {
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #f4f4f4;
    }

        .pnotice ul li img {
            float: left;
            margin-top: 13px;
        }

        .pnotice ul li:last-child {
            border-bottom: none;
        }

        .pnotice ul li a {
            color: #555555;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            width: 70%;
            display: inline-block;
            float: left;
        }

            .pnotice ul li a:hover {
                text-decoration: none;
            }

        .pnotice ul li span {
            display: inline-block;
            width: 16px;
            height: 16px;
            background: #ff3939;
            font-size: 13px;
            color: #FFFFFF;
            text-align: center;
            line-height: 16px;
            float: left;
            margin-top: 13px;
            margin-left: 10px;
        }

.tl {
    display: inline-block;
    margin-top: 15px;
}

.go_center {
    display: inline-block;
    width: 110px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 20px;
    background: #f1f6fa;
    color: #ff7501;
    position: absolute;
    bottom: 24px;
    left: 20px;
}

    .go_center:hover {
        text-decoration: none;
    }

.recently {
    padding: 20px;
}

    .recently h5 {
        margin-bottom: 15px;
    }

    .recently p span {
        margin-right: 15px;
    }

.right_money {
    float: left;
    width: 50%;
    float: left;
    padding-top: 40px;
}

    .right_money dl {
        float: left;
        text-align: center;
        width: 33%;
    }

        .right_money dl:first-child {
            border-left: 1px solid #e0e0e0;
        }

            .right_money dl:first-child + dl {
                width: 10%;
            }

        .right_money dl dt {
            margin-bottom: 16px;
        }

        .right_money dl dd span {
            color: #5d5d61;
        }

        .right_money dl dd p {
            font-size: 18px;
            color: #ff7777;
        }

            .right_money dl dd p a {
                color: #ff7777;
            }

                .right_money dl dd p a:hover {
                    text-decoration: none;
                }

.return_back {
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #FE471F;
    color: #FFFFFF;
}

    .return_back:hover {
        text-decoration: none;
        color: #FFFFFF;
    }

.signin:after {
    content: "";
    background: url(/Content/xz/Public/style05/images/icon-sign.png) center center no-repeat;
    width: 36px;
    position: absolute;
    top: -10px;
    right: -4px;
    height: 36px;
}
/*ä¸­*/
.member-index-cd {
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
}

    .member-index-cd ul li {
        float: left;
        width: 33.33%;
    }

    .member-index-cd .item.mfhl {
        margin: 0px auto;
    }

    .member-index-cd .item.right {
        float: right;
    }

    .member-index-cd .item {
        width: 94%;
    }

    .member-index-cd .item {
        height: 165px;
        position: relative;
        text-align: center;
        overflow: hidden;
        background: #FFFFFF;
        width: 100%;
        border-right: 1px solid #e9e9e9;
    }

        .member-index-cd .item h5 {
            color: #555555;
            background: #f6f6f6;
            font-size: 16px;
            border-bottom: 1px solid #DFDFDF;
            padding: 15px 21px;
            margin-bottom: 15px;
            text-align: left;
            margin-top: 0px;
            font-weight: bold;
        }

        .member-index-cd .item .list-div {
            height: 50px;
            margin: 33px 0px;
        }

        .member-index-cd .item.ddgl .list,
        .member-index-cd .item.lljh .list {
            width: 25%;
        }

        .member-index-cd .item.mfhl .list {
            width: 33%;
        }

        .member-index-cd .item .list {
            display: block;
            width: 49%;
            text-align: center;
            font-size: 14px;
            color: #5d5d61;
            margin: 5px 0;
            float: left;
            border-right: 1px solid #e9e9e9;
            outline: none;
        }

            .member-index-cd .item .list:last-child {
                border-right: none;
            }

            .member-index-cd .item .list:hover,
            .member-index-cd .item .list:hover i {
                color: #FE471F;
                text-decoration: none;
            }

            .member-index-cd .item .list i {
                display: block;
                color: #555555;
                padding-bottom: 4px;
                font-style: normal;
                font-size: 20px;
            }

        .member-index-cd .item .go_btn {
            font-size: 14px;
            font-weight: bold;
            background: #FE471F;
            color: #FFFFFF;
            padding: 5px 25px;
            display: inline-block;
            outline: none;
            text-decoration: none;
        }

            .member-index-cd .item .go_btn:hover {
                background: #ff7501;
            }

.blue_ddgl {
    background: url('/content/xz/Public/images/icon/blue_ddgl.png') no-repeat 20px;
    text-align: left;
    padding-left: 45px;
    font-size: 16px;
    color: #555;
    margin-top: 15px;
}

.blue_mfhl {
    background: url('/content/xz/Public/images/icon/blue_mfhl.png') no-repeat 20px;
    text-align: left;
    padding-left: 45px;
    font-size: 16px;
    color: #555;
    margin-top: 15px;
}

.blue_lljh {
    background: url('/content/xz/Public/images/icon/blue_lljh.png') no-repeat 20px;
    text-align: left;
    padding-left: 45px;
    font-size: 16px;
    color: #555;
    margin-top: 15px;
}
/*ä¸‹ èµ„æºåˆ—è¡¨*/
.member-index-list {
    background: #FFFFFF;
}

    .member-index-list .title {
        font-size: 14px;
        color: #555555;
        width: 150px;
        float: left;
    }

.search {
    width: 220px;
    height: 24px;
    line-height: 24px;
}

    .search input {
        float: left;
        width: 100%;
        border: none;
        outline: none;
        padding-left: 5px;
        height: 22px;
        line-height: 24px;
        border-radius: 2px;
    }

    .search span {
        float: left;
        display: inline-block;
        width: 35px;
        cursor: pointer;
        height: 24px;
        text-align: center;
        line-height: 24px;
        background: url('../images/search.png') no-repeat center;
    }

.member-index-list .add_btn,
.head_right .add_btn {
    width: 75px;
    height: 24px;
    line-height: 24px;
    color: #FFFFFF;
    background: #FE471F;
    text-align: center;
    outline: none;
    float: right;
    margin-left: 10px;
}

.member-index-list .newadd_btn {
    width: 92px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    color: #FFFFFF;
    background: #FE471F;
    text-align: center;
    outline: none;
    float: right;
    margin-left: 10px;
}
/*èµ„æºåˆ—è¡¨è¡¨æ ¼*/
.pt7 {
    padding-top: 7px;
}

.resource table thead tr th {
    vertical-align: middle;
    border-bottom: none !important;
    height: 37px;
    padding: 0px;
    /*text-align: left;*/
    color: #5d5d61;
    font-weight: normal;
    width: 16%;
    padding-left: 20px;
    background-color: #f4f4f4;
}

.resource table tbody tr td {
    height: 38px;
    /*text-align: left;*/
    vertical-align: middle;
    color: #555555;
    border-top: none;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 20px;
    font-size: 12px;
}
    /*.resource table tbody tr td a {
	color: #555555;
}*/
    .resource table tbody tr td a.tb_btn {
        display: inline-block;
        color: red;
        padding: 0px 5px 0px 0px;
        outline: none;
    }

    .resource table tbody tr td span.gray-r,
    .addWeb .gray-r {
        display: inline-block;
        width: 16px;
        height: 20px;
        background: url('/content/xz/public/images/gray-authen.png') no-repeat center;
        position: relative;
    }

        .resource table tbody tr td span.gray-r img,
        .addWeb .gray-r img {
            position: absolute;
            top: -24px;
            left: -29px;
            display: none;
        }

    .resource table tbody tr td span.yellow-r,
    .addWeb .yellow-r {
        display: inline-block;
        width: 16px;
        height: 20px;
        background: url('/Content/xz/Public/images/yellow-authen.png') no-repeat center;
        position: relative;
        border-top: 4px solid #fff;
    }

        .resource table tbody tr td span.yellow-r img,
        .addWeb .yellow-r img {
            position: absolute;
            top: -24px;
            left: -29px;
            display: none;
        }

    .resource table tbody tr td span.red_jy {
        display: inline-block;
        width: 16px;
        height: 20px;
        background: url('/content/xz/Public/images/icon/jy.png') no-repeat center;
        position: relative;
    }

        .resource table tbody tr td span.red_jy img {
            position: absolute;
            top: -24px;
            left: -29px;
            display: none;
        }

    .resource table tbody tr td span.green_qy {
        display: inline-block;
        width: 16px;
        height: 20px;
        background: url('/content/xz/Public/images/icon/qy.png') no-repeat center;
        position: relative;
    }

        .resource table tbody tr td span.green_qy img {
            position: absolute;
            top: -24px;
            left: -23px;
            display: none;
        }

    .resource table tbody tr td span.red-sz {
        display: inline-block;
        width: 16px;
        height: 20px;
        background: url('/content/xz/Public/images/icon/red-sz.png') no-repeat center;
        position: relative;
        border-top: 4px solid #fff;
    }

        .resource table tbody tr td span.red-sz img {
            position: absolute;
            top: -24px;
            left: -28px;
            display: none;
        }

.new-web-box table tbody tr td {
}

    .new-web-box table tbody tr td:first-child + td {
        text-align: right;
    }

.close-btn {
    opacity: 1 !important;
}

.headerbar span {
    display: block;
    width: 20px;
    padding-top: 7px;
    font-size: 16px;
    height: 20px;
    color: #6b6b6b;
}

.headerbar h4 {
    color: #555555;
}

.pd0 {
    padding: 0px !important;
}

.modal-body {
    padding: 15px 15px;
}

.form-info label {
    color: #5d5d61;
    font-weight: normal;
    /*width: 80px;*/
    margin-left: 0;
    padding-top: 3px !important;
}

.dropdown .btn.dropdown-toggle .dropdown-selected {
    display: block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown .btn.dropdown-toggle {
    position: relative;
    padding: 4px 19px 4px 10px;
    border-color: #dcdcdc;
    text-align: left;
}

.dropdown .btn.dropdown-toggle {
    text-align: left;
    height: 26px;
    border-radius: inherit;
}

.dropdown .btn .caret {
    position: absolute;
    top: 11px;
    right: 5px;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown .btn:hover,
.dropdown.open .btn.dropdown-toggle {
    background-color: #fff;
}

.dropdown .dropdown-menu > li > a {
    display: block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pr8 {
    padding-right: 8px;
}

.pl0 {
    padding-left: 0px;
}

.form-info input {
    border-color: #ded1c7;
    box-shadow: none;
}

.footer-btn {
    text-align: center;
    border: 0px;
    padding: 0px 15px 26px;
}

    .footer-btn button.return-btn {
        background: #fff;
        border-color: #ff7e7e;
        color: #ff7e7e;
    }

.check input[type=radio] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    vertical-align: bottom;
    margin-left: 3px;
}

.check input[type=radio]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px;
    vertical-align: bottom;
}

.none {
    display: none;
}

.form-info input {
    border-color: #ded1c7;
    box-shadow: none;
    height: 26px;
}

.modal-backdrop.in {
    opacity: .3;
}

.form-control {
    border: 1px solid #dfdfdf;
}

.form-group .cue {
    display: inline-block;
    color: #B3B3B3;
    float: left;
    /*	padding: 10px 0px 0px 110px;*/
}

.ml32 {
    margin-left: -32px;
}

.span-cue {
    color: red;
    max-width: 250px;
    display: inline-block;
}

.mt29 {
    margin-top: 29px;
}

.lv1cateMenu {
    width: 135px;
    height: 170px;
    overflow: auto;
}

.lv2cateMenu {
    width: 135px;
    height: auto;
}

.dropdown-menu {
    min-width: 135px;
}

.btns {
    padding: 4px 11px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: red;
    border-radius: 2px;
}

.domain {
    display: inline-block;
    margin-top: 7px;
}

select {
    height: 24px;
    width: 77px;
    text-align: center;
    min-width: 77px;
}
/*å¼¹çª—*/
.warning {
    color: #FB6363;
    font-size: 16px;
    background: url('/Content/xz/Public/style05/images/alert.png') no-repeat 0px;
    padding-left: 27px;
    margin-bottom: 26px;
}

.authentication {
    padding: 0px 25px;
}

.h26 > li > a {
    background: #e8ecef;
    color: #999999;
}

.nav-pills > li {
    margin-right: 17px;
}

.h26 > li:hover > a,
.h26 > li.active:hover > a {
    background: #ff7501;
    color: #fff;
}

.nav > li > a.pt5 {
    padding-top: 5px;
}

.nav > li > a.pb5 {
    padding-bottom: 5px;
}

.yz-bot {
    position: absolute;
    left: 50%;
    top: 26px;
    margin-left: -10px;
    color: #ff7501;
    display: none;
}

.h26 > li.active > span {
    display: block;
}

.h26 > li:hover > span {
    display: block;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: #ff7501;
}

.pl15 {
    padding-left: 15px;
}

.way-head {
    color: #5d5d61;
    font-weight: bold;
    margin-bottom: 15px;
}

.pt30 {
    padding-top: 30px;
}

.bgg {
    height: 70px;
    background: #f1f6fa;
    padding: 20px;
    margin-bottom: 42px;
}

.code {
    padding: 0px 15px;
    background: #F1F6FA;
}

.dl-btn {
    color: #ff7501;
}

.mt20 {
    margin-top: 20px;
}

.rz-text {
    color: #999;
    font-weight: normal;
    background: url('/Content/xz/Public/style05/images/file.png') no-repeat 0px;
    padding-left: 23px;
    margin-left: 15px;
}

.mb70 {
    margin-bottom: 70px;
    padding: 0px;
}

.fs14 {
    font-size: 14px;
}

.pl15 {
    padding-left: 15px;
}

    .pl15 li {
        list-style: decimal;
        color: #5d5d61;
    }

.pd010 {
    padding: 0px 10px;
}

.copy-btn {
    display: inline-block;
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #DFDFDF;
    color: #666666;
    font-size: 13px;
    background: #FFFFFF;
    text-decoration: none;
    margin: 6px 0px 10px;
}

    .copy-btn:hover {
        background: #FE471F;
        border-color: #FE471F;
        color: #FFFFFF;
        text-decoration: none;
    }

.success {
    width: 60px;
    height: 60px;
    background: url('/Content/xz/Public/style05/images/gou.png') no-repeat center;
    margin: 0px auto;
}

.wish {
    color: #FE471F;
    font-size: 20px;
    margin: 40px 0px 15px 0px;
}

.cueh5 {
    color: #5d5d61;
}

.success-blue {
    background: url('/Content/xz/Public/style05/images/authen.png') no-repeat center;
    margin: 0px auto;
    width: 50px;
    height: 60px;
}

.lose {
    background: url('/Content/xz/Public/style05/images/red-authen.png') no-repeat center;
    margin: 0px auto;
    width: 50px;
    height: 60px;
}

.waring-img {
    background: url('/Content/xz/Public/style05/images/waring.png') no-repeat center;
    margin: 45px auto;
    width: 60px;
    height: 60px;
}

.waring-text {
    color: #FB6363;
    font-size: 18px;
}

.loseh5 {
    font-size: 20px;
    color: #FB6363;
}
/*å–å®¶ä¼šå‘˜ä¸­å¿ƒ*/
/*ä¹°å®¶è´¦æˆ·æ¦‚è¿°*/
.all-type {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #e7ebed;
    margin: 30px 0 10px 0;
    padding-right: 13px;
}

    .all-type ul {
        float: left;
    }

        .all-type ul li {
            padding: 0px;
            float: left;
        }

            .all-type ul li a {
                display: inline-block;
                height: 46px;
                line-height: 46px;
                margin: 0 20px;
                padding: 0 20px;
                font-size: 18px;
                color: #5d5d61;
                outline: none;
                text-decoration: none;
            }

                .all-type ul li a:hover,
                .all-type ul li a.curr {
                    color: #333333;
                    text-decoration: none;
                    border-bottom: 2px solid #FE471F;
                }

.smallimg {
    display: inline-block;
    max-width: 100px;
    max-height: 58px;
}
/*å¼¹çª—*/
.sure-text {
    color: #555555;
    font-size: 18px;
    margin: 30px 0px auto;
}

.footer-btn .cancel {
    background: #E8ECEF;
    color: #999999;
    border-color: #E8ECEF;
    margin-right: 15px;
}

.admingup {
    color: #666666;
    padding: 4px 22px;
    border: 1px solid #dfdfdf;
    margin-top: 4px;
    display: inline-block;
    outline: none;
    position: relative;
}

    .admingup:hover {
        text-decoration: none;
    }

.advertimg img {
    width: 240px;
    height: 130px;
    margin-top: 10px;
}

.advertimg p {
    color: #999999;
}

.advertimg .upImg {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 75px;
}
/*ä¸Šä¼ å›¾ç‰‡
/*ä¹°å®¶è´¦æˆ·æ¦‚è¿°*/
/*æ·»åŠ ç½‘ç«™*/
.gray-p {
    padding-left: 71px;
    color: #b3b3b3;
}

.addWeb .cur {
    background: url("/Content/xz/Public/images/bg/bg_box.png") no-repeat;
    border: none;
}

.addWeb .yellow-r {
    background-position-y: 4px;
}

.addWeb .gray-r {
    background-position-y: -1px;
}

.h_35 {
    height: 35px;
}

.addWeb li {
    float: left;
    width: 315px;
    height: 92px;
    border: 1px solid #ebebeb;
    margin: 0 15px 15px 10px;
    padding: 17px 15px;
    cursor: pointer;
}

    .addWeb li:hover {
        border: 2px solid #737373;
    }

.addWeb .web_cate {
    border: 1px solid #b1b1b1;
    padding: 1px 2px;
}

.bai_icon {
    border: 1px solid #e1e3e4;
    display: inline-block;
    height: 20px;
    line-height: 19px;
    margin-top: 2px;
    padding-left: 24px;
    width: 37px;
}

.bai_du {
    background: url(/Content/xz/Public/style05/images/icon-baidu.png) 1px 1px no-repeat;
}

.h5 {
    height: 35px;
}

.all-types {
    max-height: 90px;
    line-height: 10px;
    padding: 10px 0px;
    padding-right: 13px;
    padding-left: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #e1e3e4;
    border: 1px solid #e0dec9;
    border-radius: 2px;
    background-color: #fffce1;
    color: #5b5d61;
}

    .all-types cite {
        font-style: normal;
        margin-right: 25px;
    }

    .all-types span {
        margin-left: 5px;
    }

        .all-types span a {
            color: red;
        }

            .all-types span a:hover {
                text-decoration: underline;
            }

.searchbar {
    background-color: #FFFFFF;
}

.searchbar__tabs {
    display: flex;
    border-bottom: 1px solid #e1e3e4;
    background-color: #f8f8f8;
    border-top: 1px solid #e1e3e4;
}

.searchbar__tab {
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #e1e3e4;
    font-size: 14px;
}

    .searchbar__tab:hover {
    }

.searchbar__tab_active {
    border-top: 3px solid #FE471F;
    background-color: #FFFFFF;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    font-weight: 600;
}

.user-website {
    border: 1px solid #e1e3e4;
}

.searchbar__status {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 20px;
}

.searchbar__select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 5px;
    border-radius: 2px !important;
    height: 24px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%20%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%20%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2014%2012%22%20enable-background%3D%22new%200%200%2014%2012%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpolygon%20points%3D%223.862%2C7.931%200%2C4.069%207.725%2C4.069%20%22/%3E%3C/svg%3E);
}

.searchbar__item {
    margin-right: 30px;
}

.searchbar__input {
    /*width: 120px;*/
    height: 24px;
    padding-left: 10px;
    border-radius: 2px;
    background-color: transparent;
    border: 1px solid #e1e3e4;
}

.searchbar__search {
    padding: 9px 20px;
    background-color: #F7FBF6;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    display: flex;
    align-items: center;
}

.searchbar__button {
    display: block;
    height: 24px;
    width: 90px;
    text-align: center;
    background-color: #FE471F;
    color: #FFFFFF !important;
    line-height: 24px;
}

.time_btn {
    font-size: 14px;
    color: #ff7501;
    margin-left: 10px;
}

.ton-st {
    float: left;
    height: 24px;
}

.Wdate {
    height: 24px !important;
    line-height: 24px !important;
    /*width: 76px;*/
    padding-left: 3px;
    border: 1px solid #dcdcdc !important;
    background: none !important;
}

.henggan {
    float: left;
    font-style: normal;
    color: #666;
    margin: 0px 5px;
}

.tab-order table tbody tr {
    font-size: 14px;
}

.resource-table table tr th {
    color: #5d5d61;
    text-align: left;
}

.resource-table table tbody tr.empty-15 td {
    height: 15px;
    border: none;
}

.resource-table table tbody tr.thHead {
    border: 1px solid #dfdfdf;
    background: #f6f6f6;
}

.resource-table table tbody tr td,
.delivery_table table tr td {
    text-align: center;
    vertical-align: middle;
    color: #555555;
    border-top: none;
    font-size: 14px;
    border-bottom: 1px dashed #dfdfdf;
}

    .resource-table table tbody tr td a {
        color: #red;
    }

.resource-table table tbody tr.thHead td {
    text-align: left;
}

.resource-table table tbody tr.list-box td {
    border-bottom: 1px solid #DFDFDF;
}

    .resource-table table tbody tr.list-box td:first-child {
        border-left: 1px solid #DFDFDF;
    }

    .resource-table table tbody tr.list-box td:last-child {
        border-right: 1px solid #DFDFDF;
    }

        .resource-table table tbody tr.list-box td:last-child label {
            font-weight: normal;
        }

        .resource-table table tbody tr.list-box td:last-child a {
            margin: 0px 7px;
            display: block;
        }

    .resource-table table tbody tr.list-box td p {
        width: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        /*text-align: left;*/
    }

    .resource-table table tbody tr.list-box td:first-child + td + td + td + td + td p {
        width: 100%;
    }

    .resource-table table tbody tr.list-box td span.price {
        font-weight: bold;
    }

    .resource-table table tbody tr.list-box td span.time_span {
        color: #999999;
    }

.name-num span:first-child {
    color: #b3b3b3;
}

    .name-num span:first-child i {
        color: #555555;
        font-style: normal;
        margin-right: 23px;
    }

.resource-table table tbody tr.list-box td {
    height: 100px;
}

    .resource-table table tbody tr.list-box td span.old-price {
        text-decoration: line-through;
    }

    .resource-table table tbody tr.list-box td span.new-price {
        font-weight: bold;
        display: block;
    }

    .resource-table table tbody tr.list-box td span.meal {
        display: inline-block;
        padding: 0px 3px;
        text-align: center;
        line-height: 20px;
        background: #fff0e7;
        border: 1px solid #ffe1d3;
        color: #FF6633;
    }

    .resource-table table tbody tr.list-box td.text-red {
        color: #FB6363;
    }

.resource-table table tbody tr.list-box .inside {
    margin-right: 6px;
}

.auto input[type=checkbox] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -69px -77px;
    vertical-align: bottom;
    margin-right: 5px;
}

.auto input[type=checkbox]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -69px -103px;
    vertical-align: bottom;
}

.link-img img {
    width: 40px;
    height: 40px;
    float: left;
}

.link-img {
    /*float: left;*/
    width: 150px;
    margin: 0px auto;
}

    .link-img div {
        float: left;
        margin-left: 3px;
        width: 106px;
    }

    .link-img .web-name {
        width: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
        display: inline-block;
    }

    .link-img .right-info {
        text-align: left;
        padding-left: 5px;
    }

.new-order-tab table tr th {
    height: 35px;
    line-height: 35px;
    background-color: #f4f4f4;
    text-align: center;
}

.pd20 {
}

.resource-table tbody tr td .thead,
.delivery_table .list_top {
    text-align: left;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background: #f6f6f6;
    height: 40px;
    line-height: 40px;
}

    .resource-table tbody tr td .thead span {
        color: #B3B3B3;
    }

        .resource-table tbody tr td .thead span:first-child {
            margin-right: 20px;
        }

            .resource-table tbody tr td .thead span:first-child + span {
                margin-right: 20px;
            }

        .resource-table tbody tr td .thead span:last-child {
            margin-left: 20px;
        }

        .resource-table tbody tr td .thead span i {
            font-style: normal;
            color: #555555;
        }

.resource-table tbody tr td .listname,
.delivery_table .listname {
    float: left;
    width: 100%;
    /* border: 1px solid #dfdfdf;*/
    border-top: none;
}

    .resource-table tbody tr td .listname div {
        float: left;
        text-align: center;
        margin: 10px auto;
    }

        .resource-table tbody tr td .listname div:first-child p.web-next {
            width: auto;
            /* overflow: hidden;*/
            /* text-overflow: ellipsis;*/
            /* white-space: nowrap;*/
            text-align: center;
            margin: 0px auto;
            color: #ff7501;
        }
        /*.resource-table tbody tr td .listname div:first-child {
	width: 12%;
}
.resource-table tbody tr td .listname div:first-child+div+div+div {
	width: 10%;
}
.resource-table tbody tr td .listname div:first-child+div,.resource-table tbody tr td .listname div:first-child+div+div,.resource-table tbody tr td .listname div:first-child+div+div+div+div,.resource-table tbody tr td .listname div:first-child+div+div+div+div+div,.resource-table tbody tr td .listname div:first-child+div+div+div+div+div+div,.resource-table tbody tr td .listname div:first-child+div+div+div+div+div+div+div {
	width: 12.5%;
}*/
        .resource-table tbody tr td .listname div:first-child,
        .resource-table tbody tr td .listname div:first-child + div {
            width: 13.9%;
        }

            .resource-table tbody tr td .listname div:first-child + div + div {
                width: 15%;
            }
        /*.resource-table tbody tr td .listname div:first-child+div+div+div+div+div+div {
	width: 11%;
}*/
        .resource-table tbody tr td .listname div:last-child {
            width: 11%;
        }

        .resource-table tbody tr td .listname div:first-child + div + div + div {
            width: 12.5%;
        }

            .resource-table tbody tr td .listname div:first-child + div + div + div + div {
                width: 18%;
            }

                .resource-table tbody tr td .listname div:first-child + div + div + div + div + div,
                .resource-table tbody tr td .listname div:first-child + div + div + div + div + div + div + div {
                    width: 15%;
                }

        .resource-table tbody tr td .listname div:last-child a {
            display: block;
        }

.plr0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.resource-table tbody tr td .listname div .meal {
    display: inline-block;
    padding: 0px 3px;
    text-align: center;
    line-height: 16px;
    background: #fff0e7;
    border: 1px solid #ffe1d3;
    color: #FF6633;
    font-size: 13px;
}

.resource-table table tbody tr td .listname div .old-price {
    text-decoration: line-through;
}

.resource-table table tbody tr td .listname div .new-price {
    font-weight: bold;
    display: block;
}

.pl7 {
    padding-left: 7px;
}
/*.inside {
	margin-right: 6px;
}*/
.resource-table tbody tr td .listname div:first-child + div,
.resource-table tbody tr td .listname div:first-child + div + div,
.resource-table tbody tr td .listname div:first-child + div + div + div + div + div {
    margin-top: 25px !important;
}

.searchbar .dropdown .btn.dropdown-toggle .dropdown-selected {
    display: block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchbar .dropdown .btn.dropdown-toggle {
    position: relative;
    padding: 1px 19px 4px 10px;
    border-color: #dcdcdc;
    text-align: left;
}

.searchbar .dropdown .btn.dropdown-toggle {
    text-align: left;
    height: 24px;
    width: 175px;
}

.searchbar .dropdown .btn.goodstype {
    text-align: left;
    height: 24px;
    width: 175px;
    line-height: 7px;
}

.searchbar .dropdown .btn .caret {
    position: absolute;
    top: 10px;
    right: 5px;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.searchbar .dropdown .btn:hover,
.dropdown.open .btn.dropdown-toggle {
    background-color: #fff;
}

.dropdown .dropdown-menu {
    border-color: #dcdcdc;
    box-shadow: none;
    margin-top: 0px;
    min-width: 175px;
    max-height: 300px;
    overflow: auto;
}

.searchbar .dropdown .dropdown-menu > li > a {
    display: block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none;
    font-size: 13px;
    padding-bottom: 5px;
}

.dropdown-menu li a:hover,
.dropdown-menu li.hover a {
    background-color: #d2eefc;
}

.dropdown-menu {
    min-width: auto;
}

.type-name {
    line-height: 24px;
}

.apply {
    margin: 0px 15px;
}

    .apply h5 {
        color: #555555;
    }

        .apply h5 span {
            color: #FB6363;
            margin-left: 5px;
        }

    .apply p {
        margin-top: 10px;
        padding-left: 8px;
    }

    .apply textarea {
        width: 429px;
        border: 1px solid #DFDFDF;
    }

    .apply .remarlbox {
        display: none;
    }

.preview p {
    color: #5d5d61;
    margin-bottom: 10px;
}

    .preview p label {
        font-weight: normal;
        margin: 0px;
        width: 100%;
    }

    .preview p img {
        width: 100%;
        height: 100%;
    }

    .preview p span.font-red {
        color: #FB6363;
    }

.preview .infont {
    text-align: center;
    margin-top: 10px;
}

    .preview .infont textarea {
        width: 439px;
        height: 130px;
        border: 1px solid #DFDFDF;
        padding: 3px;
    }

.package-pay .cue {
    color: #FB6363;
    margin-bottom: 20px;
}

.package table tbody tr td span.old-price {
    text-decoration: line-through;
}

.package table tbody tr td span.new-price {
    font-weight: bold;
    display: block;
}

.package table tbody tr td span.meal {
    display: inline-block;
    padding: 0px 3px;
    text-align: center;
    line-height: 20px;
    background: #fff0e7;
    border: 1px solid #ffe1d3;
    color: #FF6633;
}

.package table tr th {
    background: #f0f7fd;
    font-size: 14px;
    color: #5d5d61;
    font-weight: normal;
    text-align: center;
    border-bottom: 0px;
    height: 44px;
    vertical-align: middle;
}

.package table tbody tr td {
    text-align: center;
    vertical-align: middle;
    border-top: none;
    height: 85px;
    border-bottom: 1px solid #DFDFDF;
}

.guide_order {
    position: absolute;
    top: 55px;
    left: 388px;
    z-index: 999;
}

.searchbar img.guideimg {
    position: absolute;
    z-index: 999;
    top: 50px;
    left: 418px;
}

.guide_five {
    position: absolute;
    z-index: 999;
    top: 80px;
    left: 30px;
    top: 81px;
    left: -65px;
}

.guide_new {
    position: absolute;
    right: 50px;
    top: 5px;
}

.show_guide {
    display: none;
}
/*ä¹°å–å®¶è®¢å•è¯¦æƒ…*/
.head-type {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e1e3e4;
    background-color: #f8f8f8;
    border-top: 1px solid #e1e3e4;
}

    .head-type ul {
        float: left;
        /*border: 1px solid #eeeeee;*/
    }

        .head-type ul li {
            padding: 0px;
            float: left;
        }

            .head-type ul li a {
                width: 150px;
                text-align: center;
                display: inline-block;
                height: 45px;
                line-height: 45px;
                font-size: 16px;
                color: #5d5d61;
                outline: none;
                text-decoration: none;
                position: relative;
            }

            .head-type ul li span {
                color: #e7ebed;
                position: relative;
                top: -2px;
            }

            .head-type ul li a:hover,
            .head-type ul li a.curr {
                color: #FE471F;
                text-decoration: none;
                font-weight: 600;
                border-top: 3px solid;
            }

                .head-type ul li a.curr i,
                .head-type ul li a:hover i {
                    position: absolute;
                    display: block;
                    width: 140px;
                    height: 10px;
                    background: url(/Content/xz/Public/style05/images/sj.png) no-repeat center;
                    bottom: 0;
                    left: 0;
                    background-size: 114px 7px;
                }

.order-num {
    color: #555555;
    margin: 20px 0px 5px 5px;
}

    .order-num span {
        color: #555555;
        padding-left: 15px;
    }

.ordertab-detail table thead tr th {
    background: #f4f4f4;
    font-size: 14px;
    color: #808080;
    font-weight: normal;
    text-align: center;
    border-bottom: 0px;
    border-top: 1px solid #DFDFDF !important;
    border-bottom: 1px solid #DFDFDF !important;
    height: 42px;
    vertical-align: middle;
}

    .ordertab-detail table thead tr th:first-child {
    }

    .ordertab-detail table thead tr th:last-child {
    }

.ordertab-detail table tbody tr td {
    text-align: center;
    vertical-align: middle;
    color: #555555;
    border-bottom: 1px solid #f0f0f0;
    height: 60px;
}

    .ordertab-detail table tbody tr td:first-child {
    }

    .ordertab-detail table tbody tr td:last-child {
    }

    .ordertab-detail table tbody tr td a {
    }

    .ordertab-detail table tbody tr td .inside {
        margin-right: 5px;
    }

.d_btn a {
    padding: 3px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    font-size: 13px;
}

    .d_btn a.white_bg {
        color: #999999;
    }

    .d_btn a.blue_bg {
        background: red;
        color: #FFFFFF;
    }

.ft18 {
    font-size: 18px;
}

.list-item {
    float: right;
}

    .list-item dl {
        overflow: hidden;
        width: 265px;
        margin-bottom: 10px;
    }

        .list-item dl dt {
            float: left;
            color: #5d5d61;
            font-size: 14px;
            text-align: left;
            font-weight: normal;
        }

        .list-item dl dd {
            float: left;
            font-size: 14px;
            text-align: right;
            margin-left: 3px;
        }

    .list-item dl {
        border-bottom: 1px solid #DFDFDF;
    }

        .list-item dl dt {
            color: #555555;
            font-size: 14px;
            margin-top: 30px;
        }

        .list-item dl dd {
            color: red;
            margin-top: 31px;
        }

.text-black {
    color: #555555;
}

.text-red {
    color: red !important;
}

.member-index-log {
    margin-top: 50px;
}

    .member-index-log h5 {
        margin-bottom: 20px;
    }

.logtable table thead tr th {
    color: #5d5d61;
    font-weight: normal;
    text-align: center;
    border: none;
    height: 37px;
    vertical-align: middle;
    background: #f4f4f4;
    border-top: 1px solid #e1e3e4 !important;
    border-bottom: 1px solid #e1e3e4;
}

.logtable table tbody tr td {
    text-align: center;
    vertical-align: middle;
    color: #666666;
    border-bottom: 1px solid #eeeeee;
    height: 43px;
}

    .logtable table tbody tr td:first-child {
        border-top: none;
    }
/*å…è´¹æ¢é“¾*/
.new-change {
    float: right;
    margin: 10px 0px 10px;
}

    .new-change a {
        display: block;
        background: #FFFFFF;
        width: 70px;
        height: 30px;
        line-height: 30px;
        color: #444444;
        border: 1px solid #CCCCCC;
        text-align: center;
    }

        .new-change a.yellow-font {
            background: #FF9519;
            margin-right: 20px;
            margin-left: 15px;
        }

            .new-change a.yellow-font:hover {
                background: #feb138;
            }

        .new-change a:hover {
            text-decoration: none;
        }

.freechange-list ul li {
    border-bottom: 1px solid #DFDFDF;
}

.un_check {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -70px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.free-table table thead tr th {
    font-size: 14px;
    color: #5d5d61;
    text-align: center;
    border-bottom: 0px;
    height: 20px;
    line-height: 20px;
}

.free-table table tbody tr td {
    text-align: center;
    vertical-align: middle;
    color: #555555;
    height: 104px;
    border-bottom: 1px dashed #DFDFDF;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 14px;
}

    .free-table table tbody tr td.active {
        border-bottom: none;
        background: #FFFFFF;
    }

    .free-table table tbody tr td .website i {
        background: url(/Content/xz/Public/style05/images/plus.png) no-repeat center;
        display: inline-block;
        width: 18px;
        height: 18px;
        cursor: pointer;
        float: left;
        margin-top: 15px;
    }

        .free-table table tbody tr td .website i.curr {
            background: url(/Content/xz/Public/style05/images/minus.png) no-repeat center;
        }

    .free-table table tbody tr td i {
        font-style: normal;
        cursor: pointer;
    }

    .free-table table tbody tr td .website {
        width: 150px;
        margin: 0px auto;
    }

        .free-table table tbody tr td .website div {
            padding-left: 30px;
        }

            .free-table table tbody tr td .website div p {
                width: 130px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                text-align: left;
            }

    .free-table table tbody tr td p i {
        font-style: normal;
        color: #555555;
    }

    .free-table table tbody tr td:last-child a {
        /*margin: 2px 7px;*/
        display: block;
        color: #ff7501;
        outline: none;
    }

    .free-table table tbody tr td:first-child + td + td + td + td + td p {
        display: block;
        zoom: 1;
        margin: 0px auto;
        width: 53%;
    }

        .free-table table tbody tr td:first-child + td + td + td + td + td p span {
            float: left;
        }

.list-free,
.list-free ul {
    float: left;
    width: 100%;
}

    .list-free ul li {
        float: left;
        width: 16.6%;
    }

        .list-free ul li:first-child + li + li p {
            width: 190px;
            text-align: left;
            margin: 0px auto;
            padding-left: 4px;
        }

        .list-free ul li:first-child + li,
        .list-free ul li:first-child + li + li + li + li {
            margin-top: 17px;
        }

            .list-free ul li:first-child + li + li + li {
                margin-top: 10px;
            }

                .list-free ul li:first-child + li + li + li + li + li {
                    margin-top: 20px;
                }

.hidetab {
    display: none;
}

.othertab {
    margin: 0px 25px;
}

.pt20 {
    padding-top: 20px;
}

.othertab {
    position: absolute;
    width: 900px;
    right: -100px;
    z-index: 10;
    border: 1px solid #dbdbdb;
    margin: 0px auto;
    padding: 0px;
    display: none;
}

    .othertab table {
        margin-bottom: 0px;
    }

        .othertab table thead tr th {
            background: #f0f7fd;
            font-size: 14px;
            color: #5d5d61;
            font-weight: normal;
            text-align: center;
            border-bottom: 0px;
        }

        .othertab table tbody tr td {
            text-align: center;
            vertical-align: middle;
            color: #555555;
            height: 55px;
            padding: 0px;
            border-bottom: 1px solid #DFDFDF;
        }

            .othertab table tbody tr td:last-child a {
                color: #ff7501;
                outline: none;
            }

        .othertab table tbody tr:last-child td {
            border-bottom: none;
        }

.webox {
    width: 190px;
    margin: 0px auto;
}

    .webox .lsname {
        display: block;
        float: left;
        width: 50px;
    }

    .webox .cation {
        display: block;
        float: left;
        width: 140px;
        text-align: left;
        font-size: 13px;
    }

.xfan10 {
    margin-top: 10px;
    display: inline-block;
}

.xfan15 {
    margin-top: 15px;
    display: inline-block;
}

.text-green {
    color: #27AE14 !important;
}

.text-red {
    color: #FB6363;
}

.toapply:first-child {
    margin-bottom: 10px;
}

.toapply a {
    display: inline-block;
    padding: 2px 14px;
}

    .toapply a:hover {
        text-decoration: none;
    }

    .toapply a.weapply {
        color: #FE471F;
        font-size: 13px;
        border: 1px solid #dcdcdc;
        background: #f7f7f7;
    }

        .toapply a.weapply i {
            color: #FE471F;
        }

    .toapply a.bapply {
        color: #555555;
        font-size: 13px;
        border: 1px solid #dcdcdc;
        background: #f7f7f7;
    }

        .toapply a.bapply i {
            color: #ff6633;
        }
/*å°åž‹æ¨¡æ€æ¡†*/
.acc-con {
    top: 10%;
    left: 10%;
    z-index: 9;
}

.headerbar {
    background: #f6f6f6;
    color: #555555;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    border-radius: 4px;
}

.text-cue {
    font-size: 14px;
    color: #555555;
}

.new-body {
    padding: 75px 15px;
}

.new-footer {
    padding-top: 0px;
}

.headerbar h4 {
    margin: 0px;
    margin-top: 2px;
}

.text-tip {
    font-size: 18px;
    color: #555555;
    text-align: center;
}

.addggw {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.a_btn {
    background: #FE471F;
    color: #ffffff;
    font-size: 16px;
    border: 3px;
    text-decoration: none;
    margin: 20px 0 10px 0;
}

.changea {
    margin-top: -4px;
}

    .changea a {
        background: #FE471F;
        padding: 5px 14px;
        color: #ffffff;
        font-size: 16px;
    }

        .changea a:hover {
            text-decoration: none;
        }

.mr10 {
    /* margin-right: 10px;*/
}

.d_btn {
    text-align: right;
    margin: 15px;
}
/*æ–°å¢žå…è´¹æ¢é“¾*/
.member-index-h5 {
    margin-bottom: 42px;
}

    .member-index-h5 .info {
        font-size: 14px;
        color: #999;
    }

    .member-index-h5 h5 {
        font-size: 18px;
        color: #333333;
        background: url('/Content/xz/Public/style05/images/rectangle.png') no-repeat 0px;
        padding-left: 13px;
    }

.member-index-change .list-group {
    padding: 0px 13px 0px 0px;
    position: relative;
}

    .member-index-change .list-group label {
        font-weight: normal;
        color: #5d5d61;
        text-align: right;
    }

    .member-index-change .list-group input {
        width: 500px;
        height: 26px;
        padding: 8px;
        border: 1px solid #DFDFDF;
    }

    .member-index-change .list-group .picUp {
        position: absolute;
        height: 198px;
        top: 0;
        left: 72px;
        opacity: 0;
        cursor: pointer;
    }

    .member-index-change .list-group a.already {
        margin-left: 10px;
        display: inline-block;
        width: 70px;
        height: 26px;
        line-height: 24px;
        text-align: center;
        background: red;
        text-decoration: none;
        border-radius: 2px;
    }

        .member-index-change .list-group a.already:hover {
        }

    .member-index-change .list-group select {
        width: 40px;
        width: 180px;
        height: 40px;
    }

    .member-index-change .list-group .classify {
        padding-left: 5px;
    }

    .member-index-change .list-group a.renzheng {
        display: inline-block;
        width: 92px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 16px;
        color: #FFFFFF;
        background: #FE471F;
        margin-left: 14px;
        margin-right: 30px;
    }

        .member-index-change .list-group a.renzheng:hover {
            text-decoration: none;
        }

.mt7 {
    margin-top: 7px;
}

.mtl63 {
    margin-top: 7px;
    margin-left: 63px;
}

.ml27 {
    margin-left: 27px;
}

.lh35 {
    line-height: 35px;
}

.mr30 {
    margin-right: 30px;
}

.les4 {
    letter-spacing: 4px;
}

.cue-p {
    color: #B3B3B3;
    padding: 6px 0px 0px 70px;
}

.requirement h4 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
}

.select-tab {
    display: none;
    position: absolute;
    bottom: -220px;
    left: 0;
    z-index: 9999;
    overflow: auto;
    width: 500px;
    height: 220px;
    padding: 10px 0 0;
    border: 1px solid #ded1c7;
    background: #fff;
}

    .select-tab .con {
        overflow: auto;
        width: 495px;
        height: 208px;
    }

    .select-tab ul {
        position: relative;
        overflow: hidden;
        width: 500px;
        margin: 0 0 44px;
    }

    .select-tab li {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left;
        width: 100px;
        height: 20px;
        color: #999;
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        cursor: pointer;
    }

    .select-tab .foot {
        overflow: hidden;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 496px;
        height: 42px;
        padding-right: 20px;
        padding-top: 4px;
        background: #fff;
    }

    .select-tab li:hover {
        background: #dfecff;
    }

    .select-tab li.active {
        color: #f57900;
        font-weight: bold;
    }

    .select-tab .ok {
        display: inline-block;
        background: #FE471F;
        padding: 5px 20px;
        color: #ffffff;
        cursor: pointer;
    }

        .select-tab .ok:hover {
            text-decoration: none;
        }

.wd233 {
    width: 213px !important;
    margin-left: 10px;
}

.change_foot {
    width: 20%;
    text-align: center;
    margin-bottom: 83px;
    margin-top: 50px;
}

    .change_foot a.return_back {
        display: inline-block;
        width: 58px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        background: #E8ECEF;
        color: #999999;
        letter-spacing: 5px;
        margin-right: 15px;
    }

        .change_foot a.return_back:hover {
            text-decoration: none;
        }

    .change_foot a.new_add,
    .change_foot button.new_add {
        display: inline-block;
        width: 100px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background: #FE471F;
        color: #FFFFFF;
        font-size: 18px;
        letter-spacing: 5px;
    }

.wd250 {
    width: 250px;
}

.wd80 {
    width: 80%;
}

.wd257 {
    width: 257px;
}

.wd290 {
    width: 290px;
    margin-left: 24px;
}

.phone {
    display: inline-block;
    margin-top: 8px;
    color: #333333;
}

.must-sign {
    display: inline-block;
    margin-top: 13px;
    width: 6px;
    height: 5px;
    background: url(/Content/xz/Public/style05/images/xing.png) no-repeat center;
}

.icon-checkbox-blue {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/Content/xz/Public/style05/images/icon_web.png') -7px -22px no-repeat;
    margin-bottom: -2px;
    cursor: pointer;
}

    .icon-checkbox-blue.checked {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url('/Content/xz/Public/style05/images/icon_web.png') -31px -22px no-repeat;
        margin-bottom: -2px;
        cursor: pointer;
    }

.choosetab,
.addWeb {
    height: 300px;
    overflow: auto;
}

    .choosetab table thead tr {
        height: 30px;
        line-height: 30px;
        text-align: center;
        vertical-align: middle;
        background: #F0F7FD;
    }

    .choosetab table {
        border: 1px solid #DFDFDF;
    }

        .choosetab table thead tr th {
            border-bottom: none;
            color: #5d5d61;
            text-align: center;
            vertical-align: middle;
        }

        .choosetab table tbody tr td {
            border-bottom: none;
            color: #555555;
            text-align: center;
            vertical-align: middle;
            border: 1px solid #DFDFDF;
            word-wrap: break-word;
            word-break: break-all;
        }

.editdiv {
    width: 178px;
    height: 40px;
    line-height: 36px;
    border: 1px solid #dfdfdf;
    text-align: left;
    padding-left: 20px;
    margin-left: 0px;
}

.editname {
    width: 500px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #DFDFDF;
    padding-left: 10px;
    display: inline-block;
}

.edit-i i {
    font-style: normal;
}
/*å‡ºå”®å‹é“¾*/
.friend-table table thead tr th,
.delivery_table table thead tr th {
    font-size: 14px;
    color: #5d5d61;
    font-weight: normal;
    /* text-align: center;*/
    height: 45px;
    vertical-align: middle;
}

.delivery_table table thead tr th {
    text-align: left;
    padding-left: 60px;
}

.friend-table table tbody tr td {
    /* text-align: center;*/
    vertical-align: middle;
    color: #555555;
    height: 77px;
    border-bottom: 1px dashed #DFDFDF;
    font-size: 14px;
}

    .friend-table table tbody tr td:first-child p {
        width: 133px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0px auto;
    }

.twtab table tbody tr td:first-child + td + td p {
    text-align: left;
    width: 110px;
    margin: 0px auto;
}

.friend-table table tbody tr td a {
    color: #ff7501;
    outline: none;
}
/*.friend-table table tbody tr td p span.time_span {
	color: #999999;
}*/
.friend-table table tbody tr td .see {
    display: inline-block;
    background: url('/Content/xz/Public/style05/images/blue-down.png') no-repeat 55px;
    width: 75px;
    height: 22px;
}

    .friend-table table tbody tr td .see.curr {
        background: url('/Content/xz/Public/style05/images/blue-up.png') no-repeat 55px;
    }

.friend-table table tbody tr td:last-child a {
    display: block;
}

.order-info {
    position: absolute;
    width: 745px;
    left: -600px;
    z-index: 9;
}

    .order-info table {
        border: 1px solid #DFDFDF;
    }

        .order-info table thead tr th {
            height: 45px;
            background: #F0F7FD;
            color: #5d5d61;
        }

        .order-info table tbody tr td.font-red {
            color: #FB6363;
        }

        .order-info table tbody tr:first-child td {
            border-top: none;
        }

.friend-table table tbody span.Tosee {
    color: #b2b2b2;
}

.person .code {
    display: inline-block;
    height: 40px;
    background: #e8ecef;
    font-size: 16px;
    color: #999999;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    outline: none;
}

    .person .code:hover {
        text-decoration: none;
    }

.friend-price label {
    letter-spacing: 8px;
}

.friend-price input {
    width: 180px !important;
}

.friend-price span {
    color: red;
}

.next_btn {
    display: inline-block;
    padding: 0px 10px;
    width: 85px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: red;
    color: #FFFFFF;
}

    .next_btn:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

.c80 {
    font-size: 16px;
    color: #5d5d61;
}

.mg0 {
    margin: 0px;
}

.ymonth {
    margin-left: 5px;
    font-style: normal;
}
/*å‡ºå”®æ–‡å­—/å›¾æ–‡*/
.checkplace input[type=radio] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    vertical-align: bottom;
}

.checkplace input[type=radio]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px;
    vertical-align: bottom;
}

.les3 {
    letter-spacing: 3px;
}

.inpage {
    display: none;
}

.advertype input {
    width: 80px !important;
}

.charging input[type=radio] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.charging input[type=radio]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}

.pl10 {
    padding-left: 10px;
}

.yuan {
    width: 80px !important;
    margin-right: 10px;
}

.text-gray {
    color: #5d5d61 !important;
}

.lg40 {
    line-height: 40px;
}

.adver-describe textarea {
    width: 450px;
    height: 50px !important;
    border: 1px solid #DFDFDF;
    padding: 5px;
}

.vatop {
    vertical-align: top;
}

.adver-describe p {
    color: #B3B3B3;
    margin: 13px 0px 35px 0px;
    padding-left: 83px;
}

.adimgUp {
    position: relative;
}

.upimg a {
    display: inline-block;
    width: 300px;
    height: 120px;
    background: #f4f4f4 url('/Content/xz/Public/style05/images/upimg.png') no-repeat center;
    outline: none;
    border: 1px solid #DFDFDF;
}

    .upimg a img {
        width: 100%;
        height: 100%;
    }

.again span {
    display: none;
    width: 80px;
    height: 30px;
    background: url('/Content/xz/Public/style05/images/againimg.png') no-repeat center;
    position: absolute;
    left: 42%;
    top: 42%;
}

.again:hover span {
    display: inline-block;
}

.monthly input[type=radio] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.monthly input[type=radio]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px;
    vertical-align: bottom;
}

.pictype input[type=radio] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    vertical-align: bottom;
}

.pictype input[type=radio]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px;
    vertical-align: bottom;
}

.ml24 {
    margin-left: -24px;
}

.sell-tab label {
    color: #5d5d61;
    font-weight: normal;
}

.sell-tab a {
    display: inline-block;
    width: 70px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #E8ECEF;
    color: #999999;
    margin-right: 13px;
    outline: none;
    border-radius: 2px;
}

    .sell-tab a:hover,
    .sell-tab a.active {
        text-decoration: none;
        background: #FE471F;
        color: #FFFFFF;
    }

.twsell {
    display: none;
}

.pay input[type=radio] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.pay input[type=radio]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}

.pay_any input[type=radio] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.pay_any input[type=radio]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}
/*ä¿®æ”¹è´¦æˆ·ä¿¡æ¯*/
.member-index-headpic .userpic {
    float: left;
    margin: 50px 0px 0px 78px;
}

    .member-index-headpic .userpic a {
        display: inline-block;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        outline: none;
        position: relative;
    }

        .member-index-headpic .userpic a img {
            width: 60px;
            height: 60px;
        }

        .member-index-headpic .userpic a span {
            position: absolute;
            top: 40%;
            left: 30%;
            font-size: 14px;
            color: #ffffff;
            display: none;
        }

        .member-index-headpic .userpic a .backdrop {
            width: 60px;
            height: 60px;
            background: black;
            position: absolute;
            top: 6%;
            border-radius: 50%;
            opacity: 0;
        }

        .member-index-headpic .userpic a.thumbnail:hover span {
            display: inline-block;
        }

        .member-index-headpic .userpic a.thumbnail:hover .backdrop {
            opacity: 0.4;
        }

.member-index-headpic .username {
    float: left;
    padding: 40px 0px 40px 38px;
}

    .member-index-headpic .username span {
        color: #555555;
        font-size: 14px;
    }

    .member-index-headpic .username a {
        color: red;
        font-size: 13px;
    }

    .member-index-headpic .username input.modalsp3 {
        border: 1px solid #DFDFDF;
        height: 24px;
        line-height: 24px;
        padding: 3px;
    }

.member-index-account h4 {
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #323437;
    /*padding-top: 50px;*/
}

.ge_02 {
    font-weight: normal;
}

.fw {
}

.mt45 {
    margin-top: 45px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #999999;
}

.member-index-account .bodyWrap .com-wrap {
    margin-bottom: 5px;
}

.mg60 {
    margin: 0px 60px 0px 48px;
}

.mr190 {
    margin-right: 190px;
}

.member-index-account .bodyWrap .com-wrap .ComTitle {
    padding-left: 20px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}

.member-index-account .bodyWrap .com-wrap .left-title {
    float: left;
    padding-left: 35px;
    color: #5d5d61;
    line-height: 40px;
}

.member-index-account .bodyWrap .com-wrap .right-con {
    float: left;
}

    .member-index-account .bodyWrap .com-wrap .right-con span {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        margin-left: 50px;
    }

    .member-index-account .bodyWrap .com-wrap .right-con b {
        font-weight: normal;
        color: #555555;
        margin-left: 62px;
        line-height: 40px;
        display: inline-block;
    }

    .member-index-account .bodyWrap .com-wrap .right-con input {
        width: 300px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #DFDFDF;
        padding: 3px;
    }

.w190 {
    width: 190px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml77 {
    margin-left: 77px !important;
}

.codebtn {
    color: #FFFFFF;
    display: inline-block;
    width: 101px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #FE471F;
    color: #FFFFFF;
    margin-left: 4px;
    outline: none;
    border-radius: 2px;
}

    .codebtn:hover {
        text-decoration: none;
        color: #FFFFFF;
    }

.editpass {
    width: 492px;
    text-align: center;
}

    .editpass a {
        display: inline-block;
        width: 80px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        outline: none;
    }

        .editpass a:hover {
            text-decoration: none;
        }

        .editpass a.cancel {
            background: #E8ECEF;
            font-size: 18px;
            color: #999999;
            margin-right: 20px;
        }

        .editpass a.save,
        .editpass a.next-step {
            background: #FE471F;
            font-size: 16px;
            color: #FFFFFF;
        }

.member-index-account .bodyWrap .com-wrap .right-con .note {
    font-weight: normal;
    color: #fb6363;
}

    .member-index-account .bodyWrap .com-wrap .right-con .note i {
        display: inline-block;
        height: 20px;
        width: 20px;
        vertical-align: middle;
    }

.show {
    /*display: inline-block !important;*/
}

.error {
    border-color: #fb6363 !important;
}

.success-judge {
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -36px -77px;
}

.BorderB {
    border-bottom: 1px solid #DFDFDF;
    width: 100%;
    border-top: 1px solid #dfdfdf;
}

.BorderT {
    border-top: 1px solid #DFDFDF;
    width: 100%;
}

.ls17 {
    letter-spacing: 13px;
}

.ls14 {
    letter-spacing: 11px;
}

.ml20 {
    margin-left: 20px;
}

.ml82 {
    margin-left: 82px !important;
}

.pt40 {
    padding-top: 40px;
}

.ml67 {
    margin-left: 67px !important;
}

.mt50 {
    margin-top: 50px;
}

.mt30 {
    margin-top: 30px;
}

.ml47 {
    margin-left: 47px !important;
}

.ml33 {
    margin-left: 33px !important;
}

.ml61 {
    margin-left: 61px !important;
}

.w168 {
    width: 168px !important;
}

.member-index-bank .bank-bar {
    padding-bottom: 10px;
}

    .member-index-bank .bank-bar h5 {
        float: left;
        font-size: 14px;
        padding-left: 15px;
        margin-top: 10px;
        font-weight: 600;
        color: #323437;
    }

    .member-index-bank .bank-bar a.add_bank {
        display: inline-block;
        padding: 1px 2px;
        color: red;
        border: 1px solid red;
        outline: none;
        border-radius: 2px;
        margin: 6px 0px 0px 16px;
    }

        .member-index-bank .bank-bar a.add_bank:hover {
            text-decoration: none;
        }

.bank-table {
    margin-bottom: 30px;
    border-top: 1px solid #e1e3e4;
}

    .bank-table table tr th {
        background: #f4f4f4;
        color: #5d5d61;
        font-weight: normal;
        text-align: center;
        height: 37px;
        vertical-align: middle;
        border-top: 1px solid #e1e3e4;
        border-bottom: 1px solid #e1e3e4;
    }

    .bank-table table tbody tr td {
        text-align: center;
        vertical-align: middle;
        color: #555555;
        border-top: none;
        border-bottom: 1px solid #DFDFDF;
        height: 42px;
        vertical-align: middle;
    }

        .bank-table table tbody tr td a {
            color: #ff7501;
        }

    .bank-table ul {
        float: left;
    }

        .bank-table ul li {
            float: left;
            width: 290px;
            height: 150px;
            background: url('/Content/xz/Public/style05/images/bank_bg.png') no-repeat center;
            padding: 0px 13px;
            margin-right: 20px;
            margin-bottom: 20px;
        }

            .bank-table ul li .namebox {
                height: 55px;
                line-height: 55px;
            }

                .bank-table ul li .namebox span {
                    font-size: 18px;
                    color: #FFFFFF;
                }

                .bank-table ul li .namebox i {
                    font-style: normal;
                    color: #c5ebff;
                    float: right;
                    cursor: pointer;
                }

            .bank-table ul li .conbox {
                padding-top: 15px;
                color: #FFFFFF;
            }

                .bank-table ul li .conbox span {
                    font-size: 16px;
                    margin-right: 10px;
                }

                .bank-table ul li .conbox p {
                    margin-top: 13px;
                }

.addbank_modal .bank-type {
    margin: 0px 10px;
}

    .addbank_modal .bank-type h5 {
        font-size: 16px;
        color: #555555;
        margin-bottom: 25px;
    }

.addbank_modal .banks {
    margin: 0px 10px;
    border-bottom: 1px solid #DFDFDF;
}

    .addbank_modal .banks ul {
        float: left;
    }

        .addbank_modal .banks ul li {
            float: left;
            width: 175px;
            margin-bottom: 15px;
        }

.checkbank input[type=radio] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    vertical-align: middle;
    margin-right: 10px;
}

.checkbank input[type=radio]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px;
    vertical-align: middle;
    margin-right: 10px;
}

.addbank_modal .left-title {
    float: left;
    padding-left: 5px;
    color: #5d5d61;
    line-height: 40px;
}

.addbank_modal .right-con {
    float: left;
}

    .addbank_modal .right-con b {
        font-weight: normal;
        color: #555555;
        margin-left: 62px;
        line-height: 40px;
        display: inline-block;
    }

    .addbank_modal .right-con input {
        width: 368px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #DFDFDF;
        padding: 3px;
    }

.addbank_modal .list-form {
    float: left;
    margin-bottom: 20px;
}

.openbank {
    display: none;
}

.mb20 {
    margin: 10px 0px;
}

.password-box div:first-child {
    width: 90px;
}

    .password-box div:first-child + div {
        width: 590px;
        margin-right: 40px;
    }

.password-box div a {
    color: red;
}
/*æ¶ˆè´¹è®°å½•*/
.balance a.return {
    width: 70px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    color: #108cee;
}

    .balance a.return:hover {
        text-decoration: none;
    }

.balance span {
    font-size: 14px;
    color: #555555;
    margin-right: 13px;
}

    .balance span i {
        font-size: 18px;
        color: #FF6633;
        font-weight: bold;
        font-style: normal;
    }

.order-types {
    float: left;
    width: 100%;
    padding-left: 10px;
}

    .order-types ul {
        float: left;
    }

        .order-types ul li {
            float: left;
        }

            .order-types ul li a {
                display: inline-block;
                height: 46px;
                line-height: 46px;
                padding: 0 10px;
                font-size: 14px;
                color: #5d5d61;
                outline: none;
                text-decoration: none;
            }

            .order-types ul li span {
                color: #e7ebed;
                position: relative;
                top: -2px;
            }

            .order-types ul li a:hover,
            .order-types ul li a.curr {
                color: #FE471F;
                text-decoration: none;
            }

.record-table table thead tr th {
    color: #5d5d61;
    font-weight: normal;
    height: 37px;
    vertical-align: middle;
}

.record-table table tbody tr td {
    /* text-align: center;*/
    vertical-align: middle;
    color: #555555;
    height: 40px;
    border-bottom: 1px dashed #e9e9e9;
}

table tbody tr td {
    word-wrap: break-word;
    word-break: break-all;
}

.withdraw-type {
    height: 40px;
    line-height: 40px;
    padding-right: 13px;
}

    .withdraw-type .all_del,
    .withdraw-type .all_red {
        padding: 0 5px;
        margin: 6px 10px 0 0;
        height: 24px;
        line-height: 24px;
        background: #FE471F;
        color: #fff;
        float: right;
        cursor: pointer;
        border-radius: 2px;
    }

.member-index-center .newmess {
    /*	background: url(/Content/xz/Public/style05/images/red.png) no-repeat 18px 22px;
	padding-left: 30px;*/
}

.withdraw-type ul {
    float: left;
    background: #f9f9f9;
    border: 1px solid #eeeeee;
}

    .withdraw-type ul li {
        padding: 0px;
        float: left;
    }

        .withdraw-type ul li a {
            width: 150px;
            text-align: center;
            display: inline-block;
            height: 41px;
            line-height: 40px;
            font-size: 16px;
            color: #5d5d61;
            outline: none;
            text-decoration: none;
            position: relative;
        }

        .withdraw-type ul li span {
            color: #e7ebed;
            position: relative;
            top: -2px;
        }

        .withdraw-type ul li a:hover,
        .withdraw-type ul li a.curr {
            color: #FE471F;
            text-decoration: none;
            border-bottom: 1px solid #FE471F;
        }

.withdraw-type .icon-checkbox {
    float: right;
    margin: 10px 5px 0 0;
}

.withdraw-type .all_choose {
    float: right;
    margin-right: 15px;
}

.member-index-center .checked,
.withdraw-type .checked {
    background: url(/Content/xz/Public/style05/images/icon_web.png) -92px -214px no-repeat;
}

.withdraw {
    display: none;
}

.account-info {
    margin: 40px 20px 80px;
}

    .account-info .list-group label {
        font-weight: normal;
        color: #5d5d61;
    }

    .account-info .list-group div {
        display: inline-block;
    }

        .account-info .list-group div.bankstype {
            width: 620px;
            border: 1px solid #f9dec6;
            background: #fdf8f0;
        }

.bankcard input[type=radio] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    vertical-align: top;
    margin-right: 10px;
}

.bankcard input[type=radio]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px;
    vertical-align: top;
    margin-right: 10px;
}

.bankstype {
    padding: 5px 0px 20px 30px;
}

    .bankstype span {
        display: inline-block;
        width: 185px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .bankstype span i {
            font-style: normal;
        }

    .bankstype label {
        margin-top: 15px;
    }

.add-account {
    color: #ff7501;
    vertical-align: top;
    display: inline-block;
}

.account-info input.money {
    width: 180px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dfdfdf;
    margin-right: 10px;
    padding-left: 10px;
}

.account-info .cash {
    color: #5d5d61;
    margin-left: 5px;
}

    .account-info .cash i {
        color: #fb6363;
        font-style: normal;
        margin-left: 5px;
    }

.account-info .list-group i.holiday {
    font-style: normal;
    color: #FB6363;
    margin-left: 5px;
}

.account-info input.incode {
    width: 180px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dfdfdf;
    margin-right: 10px;
    padding-left: 10px;
    margin-left: 13px;
}

.account-info .list-group p.cue {
    color: #B3B3B3;
    padding-left: 62px;
    margin-top: 10px;
}

.draw-foot a {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #FE471F;
    font-size: 14px;
    color: #FFFFFF;
    outline: none;
}

.draw-foot {
    padding-left: 67px;
}

    .draw-foot a:hover {
        text-decoration: none;
    }

.success-tx {
    display: none;
}

.info-cue {
    font-size: 18px;
    color: #555555;
    margin: 210px auto 176px;
    text-align: center;
}

.tx_foot {
    text-align: center;
}

    .tx_foot a {
        display: inline-block;
        display: inline-block;
        padding: 8px 15px;
        background: #FE471F;
        font-size: 18px;
        margin-right: 8px;
    }

        .tx_foot a.keepon {
            background: #FE471F;
            color: #FFFFFF;
        }

        .tx_foot a.return_back {
            background: #e8ecef;
            color: #999999;
        }

        .tx_foot a:hover {
            text-decoration: none;
        }

.mes_null {
    text-align: center;
    display: block;
}
/*è´¦æˆ·å……å€¼/å……å€¼è®°å½•*/
.head-tip {
    padding: 30px 10px 10px 20px;
    border-bottom: 1px solid #DFDFDF;
}

    .head-tip .currmoney {
        font-size: 14px;
        color: #555555;
    }

        .head-tip .currmoney i {
            color: #FF6633;
            font-style: normal;
        }

    .head-tip .care {
        color: #999999;
        margin-left: 30px;
    }

        .head-tip .care i {
            color: #FF6633;
            font-style: normal;
        }

.info-recharge .list-group {
    padding: 10px 10px 10px 20px;
}

    .info-recharge .list-group label {
        font-weight: normal;
        color: #5d5d61;
    }

    .info-recharge .list-group div {
        display: inline-block;
        line-height: 54px;
    }

        .info-recharge .list-group div.amount ul {
            float: left;
        }

            .info-recharge .list-group div.amount ul li {
                float: left;
                width: 80px;
                height: 38px;
                text-align: center;
                line-height: 38px;
                border: 1px solid #dfdfdf;
                margin-left: 20px;
                color: #333333;
                cursor: pointer;
                position: relative;
            }

                .info-recharge .list-group div.amount ul li:hover,
                .info-recharge .list-group div.amount ul li.choose {
                    border: 1px solid #FE471F;
                    color: #FE471F;
                }

                    .info-recharge .list-group div.amount ul li:hover i,
                    .info-recharge .list-group div.amount ul li.choose i {
                        position: absolute;
                        bottom: 0px;
                        right: 0px;
                        width: 19px;
                        height: 19px;
                        background: url('/content/member/blue-gou.png') no-repeat center;
                    }

    .info-recharge .list-group input.money {
        height: 38px;
        line-height: 38px;
        padding: 3px;
        border: 1px solid #DFDFDF;
        margin: 0px 10px 0px 20px;
        width: 80px;
        text-align: center;
    }

    .info-recharge .list-group div.amount ul {
        float: left;
    }

    .info-recharge .list-group div.way ul {
        float: left;
    }

        .info-recharge .list-group div.way ul li {
            float: left;
            width: 100px;
            height: 38px;
            text-align: center;
            line-height: 38px;
            border: 1px solid #dfdfdf;
            margin-left: 20px;
            color: #333333;
            cursor: pointer;
            position: relative;
        }

            .info-recharge .list-group div.way ul li:first-child {
                background: url('/content/member/alipay.png') no-repeat;
            }

                .info-recharge .list-group div.way ul li:first-child + li {
                    background: url('/content/member/wxpay.png') no-repeat center;
                }

            .info-recharge .list-group div.way ul li:hover,
            .info-recharge .list-group div.way ul li.choose {
                border: 1px solid #FE471F;
                color: #FE471F;
            }

                .info-recharge .list-group div.way ul li:hover i,
                .info-recharge .list-group div.way ul li.choose i {
                    position: absolute;
                    bottom: 0px;
                    right: 0px;
                    width: 19px;
                    height: 19px;
                    background: url('/content/member/blue-gou.png') no-repeat center;
                }

.way span,
.way a {
    color: red;
    margin-left: 15px;
    cursor: pointer;
}

    .way a:hover {
        color: #FE471F;
    }

.popover.right {
    margin-left: 10px;
    width: 580px;
    max-width: none;
    line-height: 28px;
    z-index: 1;
}

.mt15 {
    margin-top: 15px;
}

.mt40 {
    margin-top: 40px;
}

.recharge-foot {
    padding-left: 105px;
}

    .recharge-foot a.once {
        padding: 5px 10px;
        background: red;
        color: #ffffff;
        font-size: 13px;
        outline: none;
        border-radius: 2px;
    }

        .recharge-foot a.once:hover {
            text-decoration: none;
        }

    .recharge-foot a.wx_btn {
        display: none;
    }

    .recharge-foot a.problem {
        color: #ff7501;
        margin-left: 10px;
    }

.success-pay .success-green {
    width: 60px;
    height: 60px;
    background: url('../images/success-green.png') no-repeat center;
    margin: 20px auto 60px;
}

.success-pay .success-cue {
    font-size: 16px;
    color: #555555;
}

    .success-pay .success-cue i {
        font-style: normal;
        font-weight: bold;
        color: #FF6633;
    }

.footer-btn a:hover {
    text-decoration: none;
}

.footer-btn a.save:hover {
    color: #FFFFFF;
}

.wx-pay .wxcode {
    width: 200px;
    height: 200px;
    background: #E8ECEF;
    margin: 0px auto;
}

    .wx-pay .wxcode img {
        width: 200px;
        height: 200px;
    }

.wx-pay .scan {
    width: 155px;
    margin: 22px auto 0px;
}

    .wx-pay .scan .left-info {
        float: left;
        height: 40px;
        line-height: 40px;
    }

    .wx-pay .scan .right-info {
        float: left;
        padding-left: 10px;
    }

        .wx-pay .scan .right-info p {
            color: #333333;
            margin-left: 5px;
        }

            .wx-pay .scan .right-info p i {
                font-style: normal;
                color: #fd7923;
            }

            .wx-pay .scan .right-info p:first-child {
                letter-spacing: 2px;
            }
/*æµé‡äº¤æ¢*/
/* .member-index-header .infolist .blue_icon {
	width:4px;
	height: 20px;
	background-color: #FE471F;
	display: inline-block;
}*/
.member-index-header h5 {
    font-size: 18px;
    color: #555555;
    margin-bottom: 25px;
}

.member-index-header ul li {
    float: left;
    width: 50%;
}

.member-index-header .infolist .add_btns {
    padding: 0px 10px;
    color: red;
    font-size: 14px;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid red;
}

.member-index-header .infolist img.guideimg {
    position: absolute;
    bottom: 15px;
    z-index: 999;
    left: 87px;
}

.member-index-header .infolist {
    height: 195px;
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 97%;
}

    .member-index-header .infolist h4 {
        color: #323437;
        font-size: 14px;
        margin: 10px 0px 0px 0px;
        text-align: left;
        padding-top: 3px;
        padding-left: 20px;
        font-weight: 600;
    }

    .member-index-header .infolist .infolist-div {
        height: 55px;
        margin: 20px 0px;
    }

        .member-index-header .infolist .infolist-div a {
            cursor: default !important;
            display: block;
            width: 25%;
            text-align: center;
            color: #5d5d61;
            margin: 5px 0;
            float: left;
            border-right: 1px solid #DFDFDF;
            outline: none;
            cursor: auto;
        }

    .member-index-header .infolist .huo a {
        width: 20%;
    }

    .member-index-header .infolist .infolist-div a:last-child {
        border: none;
    }

    .member-index-header .infolist .infolist-div a:hover {
        text-decoration: none;
    }

    .member-index-header .infolist .infolist-div a i {
        display: block;
        color: #ff6633;
        padding-bottom: 4px;
        font-style: normal;
        font-size: 16px;
    }

.member-index-chart {
    margin-top: 18px;
}

    .member-index-chart .c-head {
        height: 40px;
        border-bottom: 1px solid #DFDFDF;
        width: 100%;
    }

    .member-index-chart .c-body ul {
        float: left;
    }

        .member-index-chart .c-body ul li {
            box-sizing: border-box;
        }

            .member-index-chart .c-body ul li:not(:last-child) {
                border-right: 1px solid #e1e3e4;
            }

        .member-index-chart .c-body ul li {
            float: left;
            height: 26px;
            line-height: 26px;
            color: #5d5d61;
            cursor: pointer;
            padding: 0px 5px;
            width: 70px;
            text-align: center;
            background-color: rgba(242, 242, 242, 1);
        }

            .member-index-chart .c-body ul .curr,
            .member-index-chart .c-body ul li:hover {
                background: #fe6e05;
                color: #FFFFFF;
                border-color: #fe6e05 !important;
            }

    .member-index-chart .c-head .daynum {
        float: right;
    }

        .member-index-chart .c-head .daynum a {
            height: 24px;
            width: 66px;
            line-height: 24px;
            display: inline-block;
            color: #5d5d61;
            margin-right: 10px;
            outline: none;
            margin-top: 8px;
            text-align: center;
        }

            .member-index-chart .c-head .daynum a:hover,
            .member-index-chart .c-head .daynum a.active {
                background: #f3f3f3;
                border-radius: 2px;
                text-decoration: none;
                border: 1px solid #d0d0d0;
            }

    .member-index-chart .data_chart {
        width: 100%;
        height: 350px;
    }
    /* .member-index-chart .tab-con {
	padding: 24px;
}*/
    .member-index-chart .c-head .blue_icon {
        text-align: left;
        font-size: 14px;
        padding-top: 3px;
        padding: 0px 0px 0px 20px;
        line-height: 20px;
        font-weight: 600;
        color: #323437;
    }

.date-more {
    display: inline-block;
    margin-bottom: -3px;
    background: url('/Public/images/icon-down.png') right no-repeat;
    cursor: pointer;
    padding-right: 13px;
}

.member-index-ly {
    float: left;
    width: 28%;
    margin-top: 18px;
    margin-left: 2%;
}

    .member-index-ly .c-head {
        height: 40px;
        border-bottom: 1px solid #dbdbdb;
    }
    /*.member-index-ly .flow-source ul li {
	height: 30px;
	line-height: 30px;
}*/
    .member-index-ly .flow-source ul li a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding: 0px 10px;
    }

        .member-index-ly .flow-source ul li a:hover {
            text-decoration: none;
        }

        .member-index-ly .flow-source ul li a.w_name {
            display: inline-block;
            width: 30%;
            text-align: left;
            color: #555555;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .member-index-ly .flow-source ul li a.w_name:hover {
                color: #FE471F;
            }

        .member-index-ly .flow-source ul li a.w_url {
            display: inline-block;
            width: 60%;
            text-align: left;
            color: #5d5d61;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-left: 5%;
        }

.c-date {
    line-height: 46px;
    float: right;
    padding: 0 20px;
    position: relative;
}

.date-list {
    list-style: none;
    width: 114px;
    position: absolute;
}

.c-date div {
    display: inline-block;
    margin-left: 16px;
}

.clear {
    clear: both;
}

.menu-date li {
    position: relative;
}

.menu-date {
    display: none;
    background-color: #ffffff;
    width: 114px;
    list-style: none;
    right: 205px;
    top: 39px;
    position: absolute;
    border: 1px solid #DFDFDF;
    z-index: 2;
    padding-bottom: 10px;
    padding-left: 28px;
}

    .menu-date .active {
        color: #ff8a71;
    }

    .menu-date li:hover {
        color: #ff8a71;
    }
    /* .menu-date li:hover::before {
	content:'';
	width: 5px;
	height: 5px;
	;background: red url('/Public/images/icon-blue-cir.png') center center no-repeat;
	display: inline-block;
	position: absolute;
	position: absolute;
	top: 18px;
	left: 14px;
}*/
    .menu-date .active::before {
        content: '';
        width: 5px;
        height: 5px;
        ;
        background: url('/Public/images/icon-blue-cir.png') left no-repeat;
        display: inline-block;
        position: absolute;
        position: absolute;
        top: 18px;
        left: -15px;
    }

    .menu-date li {
        text-align: left;
        font-size: 14px;
        margin-top: 0px;
        color: #555555;
        height: 30px;
        cursor: pointer;
    }

.date-more:hover {
    background: url('/Public/images/icon-up.png') right no-repeat;
}

    .date-more:hover .menu-date {
        display: block;
    }

.c-body {
    clear: both;
    margin: 17px 17px 46px;
    height: 24px;
    line-height: 24px;
}

    .c-body div {
        display: inline-block;
        width: 48%;
    }

        .c-body div span {
            color: #555555;
            padding: 0 13px 0 10px;
            border-right: 1px solid #ebebeb;
            font-size: 16px;
            font-family: MicrosoftYaHei;
        }

        .c-body div a {
            list-style: none;
            font-size: 16px;
            font-family: ArialMT;
            color: #555555;
            margin-left: 25px;
            text-decoration: none;
            cursor: default;
        }

        .c-body div i {
            font-style: normal;
            font-size: 16px;
            font-family: ArialMT;
        }

.get_tr span::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #FF9900;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.out_tr span::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #7CB5EC;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.select_size {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

    .select_size + span {
        display: inline-block;
        margin-left: 20px;
        font-size: 20px;
    }

.advert-box label {
    font-weight: normal;
}

.font_tip {
    font-weight: normal;
    font-size: 14px !important;
}

.member-traffic {
    height: 395px;
    margin-top: 20px;
    background-color: #fff;
    padding: 0 20px;
}

.member-traffic-h {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: rgba(51, 51, 51, 1);
    padding: 27px 0 26px 0;
}

.member-traffic table thead {
    height: 44px;
    line-height: 44px;
    background-color: #f4f4f4;
    color: #5d5d61;
}

    .member-traffic table thead th {
        border-bottom: 2px solid #FE471F;
    }

.member-traffic .tb {
    height: 270px;
    overflow: auto;
}

.member-traffic table tbody tr {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #f4f4f4;
    padding: 0;
    border-top: none;
}

.traffic_btn {
    margin: 0 auto;
    display: inline-block;
}

    .traffic_btn .tr_btns {
        margin-left: 20px;
        padding: 6px 16px;
        background: #FF9519;
        color: #FFFFFF;
        font-size: 16px;
        text-decoration: none;
    }

.qst_span {
    color: #333333;
    font-size: 18px;
    border-left: 4px solid red;
    padding-left: 20px;
    display: inline-block;
    margin-top: 13px;
}

.member-index-adsense {
    margin-top: 18px;
}

    .member-index-adsense .ad-head {
        border-bottom: 1px solid #DFDFDF;
        padding-bottom: 10px;
    }

        .member-index-adsense .ad-head span {
            font-size: 18px;
            color: #333333;
        }

            .member-index-adsense .ad-head span i {
                font-style: normal;
                color: #FB6363;
            }

            .member-index-adsense .ad-head span label {
                font-size: 14px;
                color: #999999;
                font-weight: normal;
            }

        .member-index-adsense .ad-head a.add_btns {
            padding: 6px 16px;
            background: #FE471F;
            color: #FFFFFF;
            font-size: 16px;
            outline: none;
            float: right;
        }

            .member-index-adsense .ad-head a.add_btns:hover {
                text-decoration: none;
            }

    .member-index-adsense .ad-headqq {
        height: 40px;
        border-bottom: 1px solid #DFDFDF;
        width: 100%;
    }

        .member-index-adsense .ad-headqq span {
            font-size: 14px;
            color: #333333;
            margin-bottom: 20px;
        }

            .member-index-adsense .ad-headqq span i {
                font-style: normal;
                color: #FB6363;
            }

            .member-index-adsense .ad-headqq span label {
                font-size: 14px;
                color: #999999;
                font-weight: normal;
            }

        .member-index-adsense .ad-headqq a.add_btns {
            padding: 0px 5px;
            color: red;
            outline: none;
            border-radius: 2px;
            margin-top: 8px;
            margin-right: 10px;
            border: 1px solid #f00;
            margin-left: 10px;
        }

            .member-index-adsense .ad-headqq a.add_btns:hover {
                text-decoration: none;
            }

        .member-index-adsense .ad-headqq .tooltip-inner {
            text-align: left;
            max-width: 260px !important;
        }

        .member-index-adsense .ad-headqq .tooltip.bottom .tooltip-arrow {
            left: 50% !important;
        }

.join-table table thead tr th {
    background: #F7FBF6;
    vertical-align: middle;
    height: 37px;
    padding: 0px;
    text-align: center;
    color: #5d5d61;
    font-weight: normal;
    border-bottom: 1px solid #dedede;
}

.join-table table tbody tr td {
    height: 125px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: #555555;
    padding: 0px;
    border-top: none;
    padding: 13px 0;
    word-wrap: break-word;
    word-break: break-all;
    border: none !important;
}

.web-next {
    width: auto;
    /* overflow: hidden;*/
    /* text-overflow: ellipsis;*/
    /* white-space: nowrap;*/
    display: inline-block;
    word-wrap: break-word;
    padding: 0 0 0 5px;
}

.join-table table tbody tr td a {
    color: #ff7501;
}

.join-table table tbody tr td .typesize p {
    color: #999999;
    text-align: left;
    width: 100px;
    margin: 0px auto;
}

    .join-table table tbody tr td .typesize p i {
        font-style: normal;
        color: #555555;
    }

.join-table table tbody tr td a .copycode {
    color: #ff7501;
}

.join-table table tbody tr td:last-child a {
    display: block;
}

.member-index-myadvert {
    margin-top: 35px;
}

    .member-index-myadvert .myad-head span {
        font-size: 14px;
        color: #333333;
        margin-bottom: 20px;
    }

        .member-index-myadvert .myad-head span i {
            font-style: normal;
            color: #FB6363;
        }

        .member-index-myadvert .myad-head span label {
            color: #999999;
            font-weight: normal;
        }

    .member-index-myadvert .myad-head a.add_btns {
        padding: 3px 8px;
        background: #FE471F;
        color: #FFFFFF;
        font-size: 14px;
        outline: none;
        float: right;
        border-radius: 2px;
    }

        .member-index-myadvert .myad-head a.add_btns:hover {
            text-decoration: none;
        }

    .member-index-myadvert .myad-head .tooltip-inner {
        text-align: left;
        max-width: 260px !important;
    }

    .member-index-myadvert .myad-head .tooltip.bottom .tooltip-arrow {
        left: 50% !important;
    }

    .member-index-myadvert .myad-head .adstr {
        color: rgba(251, 99, 99, 1);
        font-size: 14px;
    }

        .member-index-myadvert .myad-head .adstr::before {
            content: "";
            display: inline-block;
            width: 16px;
            height: 16px;
            background: url('/content/xz/Public/images/icon/icon-i.png') center no-repeat;
            vertical-align: middle;
            margin-right: 5px;
        }

.add_adver a.add_btns {
    padding: 6px 16px;
    background: #FE471F;
    color: #FFFFFF;
    font-size: 16px;
    outline: none;
    float: right;
}

.add_adver {
    height: 68px;
    padding-top: 24px;
}

.adv-table td img {
    width: 120px;
    height: 74px;
    display: inline-block;
}

.adv-table td div {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}

    .adv-table td div span {
        color: #555555;
        margin-top: 5px;
    }

        .adv-table td div span i {
            font-style: normal;
            color: #999999;
        }

    .adv-table td div a {
        margin-top: 28px;
        color: #ff7501;
        text-decoration: none;
        max-width: 150px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.join-table table tbody tr td {
    height: 100px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: #555555;
    padding: 0px;
    border-top: none;
    padding: 13px 0;
    word-wrap: break-word;
    word-break: break-all;
    border: none !important;
}

.myad-table table thead tr th {
    background: #F7FBF6;
    vertical-align: middle;
    height: 37px;
    padding: 0px;
    text-align: left;
    color: #5d5d61;
    font-weight: normal;
    padding-left: 15px;
    border-bottom: 1px solid #dedede;
}

.myad-table table tbody tr td {
    height: 100px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: #555555;
    padding: 0px;
    border-top: none;
    padding: 13px 0;
    border-bottom: 1px solid #EBEBEB;
    word-wrap: break-word;
    word-break: break-all;
}

    .myad-table table tbody tr td a {
        color: #ff7501;
    }

    .myad-table table tbody tr td .typesize p {
        color: #999999;
    }

        .myad-table table tbody tr td .typesize p i {
            font-style: normal;
            color: #555555;
        }

    .myad-table table tbody tr td a .copycode {
        color: #ff7501;
    }

    .myad-table table tbody tr td:last-child a {
        display: block;
    }

    .myad-table table tbody tr td .picadvert img {
        width: 40%;
    }

.gray-cue {
    color: #B3B3B3;
}

.seeflow .flowlist {
    height: 50px;
    margin: 33px 0px;
}

    .seeflow .flowlist a {
        display: block;
        width: 33%;
        text-align: center;
        font-size: 14px;
        color: #5d5d61;
        margin: 5px 0;
        float: left;
        border-right: 1px solid #DFDFDF;
        outline: none;
    }

        .seeflow .flowlist a:last-child {
            border-right: none;
        }

        .seeflow .flowlist a i {
            display: block;
            color: #ff6633;
            padding-bottom: 4px;
            font-style: normal;
            font-size: 26px;
        }

.suspend .waring,
.openfail .waring,
.stop .waring {
    background: url('../images/waring.png') no-repeat center;
    width: 60px;
    height: 60px;
    margin: 0px auto 40px;
}

.suspend .text-red,
.openfail .text-red,
.stop .text-red {
    color: #FB6363;
    font-size: 16px;
    font-weight: normal;
}

.cutout .fork,
.cutout2 .fork {
    background: url('../images/cha.png') no-repeat center;
    width: 60px;
    height: 60px;
    margin: 0px auto 40px;
}

.cutout .text-red,
.cutout2 .text-red {
    color: #FB6363;
    font-size: 16px;
    font-weight: normal;
}

.seeflow2 .flowlist {
    height: 50px;
    margin: 33px 0px;
}

    .seeflow2 .flowlist a {
        display: block;
        width: 25%;
        text-align: center;
        font-size: 14px;
        color: #5d5d61;
        margin: 5px 0;
        float: left;
        border-right: 1px solid #DFDFDF;
        outline: none;
    }

        .seeflow2 .flowlist a:last-child {
            border-right: none;
        }

        .seeflow2 .flowlist a i {
            display: block;
            color: #ff6633;
            padding-bottom: 4px;
            font-style: normal;
            font-size: 26px;
        }

.member-index-header .infolist .look_detail {
    color: #B3B3B3;
    padding-right: 13px;
    padding-top: 3px;
    cursor: pointer;
    font-weight: normal;
    font-size: 13px;
}

    .member-index-header .infolist .look_detail:hover {
        color: #FE471F;
    }

.lcolor {
    color: #f8794e !important;
}

.get_traffic table,
.look_more table {
    text-align: center;
    font-family: 'å¾®è½¯é›…é»‘';
}

    .get_traffic table thead tr > th,
    .look_more table thead tr > th {
        background-color: #f4f4f4;
        text-align: center;
        height: 37px;
        line-height: 37px;
        color: #5d5d61;
        padding: 0;
    }

    .get_traffic table tbody tr > td,
    .look_more table tbody tr > td {
        height: 50px;
        vertical-align: center;
        line-height: 33px;
        color: #575757;
        border-bottom: 1px solid #f4f4f4;
    }

.out_traffic table {
    text-align: center;
    font-family: 'å¾®è½¯é›…é»‘';
}

    .out_traffic table thead tr > th {
        border-bottom: 2px solid #ff8a71;
        background-color: #f4f4f4;
        text-align: center;
        height: 45px;
        line-height: 24px;
        color: #5d5d61;
    }

    .out_traffic table tbody tr > td {
        height: 50px;
        vertical-align: center;
        line-height: 33px;
        color: #575757;
        border-bottom: 1px solid #f4f4f4;
    }

.traffic_textarea {
    width: 460px;
    height: 220px;
    background-color: #f1f6fa;
    padding: 5px;
}

    .traffic_textarea textarea {
        width: 450px;
        height: 80%;
        border: 1px solid #dfdfdf;
        display: inline-block;
        text-align: left;
        word-break: break-all;
    }

    .traffic_textarea .copy_btn {
        width: 80px;
        height: 25px;
        background-color: #ffffff;
        color: #acacac;
        line-height: 21px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-color: #ffffff;
        margin-top: 6px;
    }

.h650 {
    max-height: 680px;
    overflow: hidden;
}

.h750 {
    height: 750px;
    overflow: hidden;
}

.moresee {
    display: inline-block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #F1F6FA url('/content/xz/Public/images/icon/zhan.png') no-repeat center;
    border-radius: 20px;
}

    .moresee:hover {
        text-decoration: none;
    }

.shou {
    background: #F1F6FA url('/content/xz/Public/images/icon/shou.png') no-repeat center;
}
/*æµé‡äº¤æ¢çš„æ–°å¢žå¹¿å‘Šä½*/
.sizetitle {
    margin-bottom: 35px;
}

    .sizetitle h5 {
        color: #333333;
        font-size: 16px;
    }

.advert-box {
    display: none;
}

.checktype input[type=radio] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.checktype input[type=radio]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}

.checkpic input[type=radio] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -70px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.checkpic input[type=radio]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -70px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}

.checkfont input[type=radio] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -70px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.checkfont input[type=radio]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -70px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}

.incode_btn {
    display: inline-block;
    padding: 0px 21px;
    line-height: 36px;
    text-align: center;
    background: #FE471F;
    color: #FFFFFF;
    font-size: 18px;
}

    .incode_btn:hover {
        text-decoration: none;
        color: #FFFFFF;
    }

.ml10 {
    margin-left: 10px;
}

.qst {
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    padding-left: 20px;
    margin-top: 9px;
    font-weight: 600;
    color: #323437;
}

.more {
    color: #B3B3B3;
    float: right;
    margin-top: 9px;
    padding-right: 14px;
    text-decoration: none;
}

.verifys h2 {
    font-size: 24px;
    color: #FB6363;
    margin: 33px 0px 66px;
}

.timebg {
    background: url('../images/time.png') no-repeat center;
    width: 60px;
    height: 60px;
    margin: 0px auto 40px;
}

.tcue {
    width: 363px;
    margin: 0px auto;
}

    .tcue p {
        color: #5d5d61;
        margin-bottom: 10px;
    }

.text-blue {
    color: #ff8a71 !important;
}

.text-green {
    color: #27AE14 !important;
}
/*å‹é“¾å¥—é¤*/
.seetab table thead tr {
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    background: #F0F7FD;
}

.seetab table tbody tr td {
    border-bottom: none;
    color: #555555;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #DFDFDF;
}

.waring {
    background: url('../images/waring.png') no-repeat center;
    width: 60px;
    height: 60px;
    margin: 0px auto 40px;
}

.fs16 {
    font-size: 16px;
}

.member-index-change .list-group textarea.ta {
    width: 500px;
    height: 110px;
    padding: 8px;
    border: 1px solid #DFDFDF;
}

.add_webs {
    display: inline-block;
    background-color: #FE471F;
    border-color: #FE471F;
    padding: 5px 14px;
    color: #ffffff;
    font-size: 16px;
}

    .add_webs:hover {
        text-decoration: none;
        color: #FFFFFF;
    }

.member-index-change .list-group p.cue {
    color: #fb6363;
    padding: 6px 0px 0px 70px;
}

.mealtable {
    padding: 0px 75px;
    margin-top: 20px;
    height: 200px;
    overflow: auto;
}

    .mealtable table thead tr th {
        background: #f0f7fd;
        vertical-align: middle;
        border-bottom: 1px solid #DFDFDF !important;
        ;
        height: 40px;
        padding: 0px;
        text-align: center;
        font-size: 14px;
        color: #5d5d61;
        font-weight: normal;
    }

    .mealtable table {
        border: 1px solid #DFDFDF;
    }

        .mealtable table tbody tr td {
            height: 40px;
            text-align: center;
            vertical-align: middle;
            font-size: 14px;
            color: #555555;
            padding: 0px;
            border-top: none;
            padding: 13px 0;
            border-bottom: 1px solid #EBEBEB;
        }

.member-index-change .list-group span.pricemeal i {
    font-style: normal;
    font-size: 18px;
    color: #FB6363;
    font-weight: bold;
}

.member-index-change .list-group i.copy {
    display: inline-block;
    font-style: normal;
    background: url('../images/copy.png') no-repeat 0px;
    color: #ff7501;
    padding-left: 15px;
    cursor: pointer;
}

.pl68 {
    padding-left: 68px;
}

.member-index-change .tip_msg {
    display: block;
    color: #989898;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 77px;
}

.member-index-change .tip_msg1 {
    display: block;
    color: #989898;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 103px;
}

.same_tip_msg {
    display: block;
    color: #989898;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 77px;
    float: left;
}

.bbnone {
    border-bottom: none !important;
}

.mt60 {
    margin-top: 60px;
}

.blue {
    background: #EFEFEF;
    color: #fff;
}

.e-sec {
    color: red;
    font-size: 14px;
}

.error_box {
    width: 100%;
}

.errorimg {
    width: 514px;
    margin: 150px auto;
}

.copys {
    display: inline-block;
    width: 34px;
    height: 18px;
    text-align: center;
    line-height: 15px;
    background: #faf4f1;
    font-size: 13px;
    color: #ff7501;
    border: 1px solid #ff7501;
    cursor: pointer;
    vertical-align: top;
}

.tooltip.in {
    opacity: 1;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #fef7db;
}

.tooltip-inner {
    background-color: #fef7db;
    color: #fc8936;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #fc8936;
}

.htip {
    color: #ff9800 !important;
    cursor: pointer;
    margin-left: 5px;
    letter-spacing: 2px;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fc8936;
}

.modal-header:hover,
.modal-footer:hover {
    cursor: move;
}

.fd-img img.small {
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.fd-img img.big {
    display: none;
    left: 0;
    position: absolute;
    top: 46px;
    z-index: 999;
}

.gotop {
    position: fixed;
    right: -30px;
    bottom: 100px;
    background: red;
}

.topdh {
    right: 10px;
    animation: my 1.5s;
    -webkit-animation: my 1.5s;
}

@keyframes my {
    from {
        right: -30px;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        /* Internet Explorer*/
        -moz-transform: rotate(0deg);
        /* Firefox*/
        -webkit-transform: rotate(0deg);
        /* Safari å’Œ Chrome*/
        -o-transform: rotate(0deg);
        /* Opera*/
    }

    to {
        right: 10px;
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        /* Internet Explorer*/
        -moz-transform: rotate(360deg);
        /* Firefox*/
        -webkit-transform: rotate(360deg);
        /* Safari å’Œ Chrome*/
        -o-transform: rotate(360deg);
        /* Opera*/
    }
}

.copytext textarea {
    width: 100%;
    height: 170px;
    text-align: center;
    border: none;
    resize: none;
}

.code-ok {
    background: url('/content/xz/Public/images/icon/ok.png') no-repeat 4px;
    padding-left: 25px;
    display: inline-block;
    margin-top: 10px;
}

.member-index-cue {
    width: 820px;
    height: auto;
    background: #fbfbfb;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border: 1px solid #f1f1f1;
}

    .member-index-cue span.xuzhi {
        display: inline-block;
        width: 91px;
        height: 18px;
        line-height: 28px;
        text-align: center;
        color: #2b2b2b;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .member-index-cue p {
        color: #5d5d61;
        padding-left: 15px;
    }

    .member-index-cue span.text-y {
        color: red !important;
    }

.check input[type=checkbox] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.check input[type=checkbox]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}

.onchain input[type=checkbox] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -70px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.onchain input[type=checkbox]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -70px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}

.friend-price table {
    border: 1px solid #DFDFDF;
}

    .friend-price table thead tr td {
        background: #f1f1f1;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #DFDFDF;
        color: #5d5d61;
    }

    .friend-price table tbody tr td {
        background: #fff;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #DFDFDF;
        color: #555;
    }

.chain-set .form-info label {
    padding-right: 0px !important;
}

.chain-set .weblanguage a,
.chain-set .return_format a {
    display: inline-block;
    background: #e8ecef;
    color: #999;
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 15px;
}

.chain-set .testcode a {
    display: inline-block;
    background: #e8ecef;
    color: #999;
    width: 80px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 15px;
}

    .chain-set .weblanguage a:hover,
    .chain-set .weblanguage a.active,
    .chain-set .return_format a:hover,
    .chain-set .return_format a.active,
    .chain-set .testcode a:hover,
    .chain-set .testcode a.active {
        text-decoration: none;
        background: red;
        color: #fff;
        border-radius: 2px;
    }

.chain-set .weblanguage i,
.chain-set .return_format i {
    font-style: normal;
    color: #555;
}

    .chain-set .weblanguage i cite {
        font-style: normal;
        color: #FB6363;
        margin-right: 3px;
    }

.chain-set .return_format a:last-child {
    margin-right: 0px;
}

.chain-set .codebox {
    width: 100%;
    height: auto;
    background: #F1F6FA;
    padding: 6px;
}

    .chain-set .codebox textarea {
        width: 100%;
        height: 100px;
        border: 1px solid #DFDFDF;
    }

.chain-set .codetest a {
    display: inline-block;
    background: red;
    color: #FFFFFF;
    width: 70px;
    height: 26px;
    line-height: 25px;
    text-align: center;
}

    .chain-set .codetest a:hover {
        text-decoration: none;
    }

.chain-set .codetest b {
    color: #555;
    font-weight: normal;
    margin-left: 10px;
}

.auto_order input[type=checkbox] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -70px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.auto_order input[type=checkbox]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -70px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}

label span.dagou {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 2px;
}

.blue-g {
    background: url('/content/xz/Public/images/icon/blue-g.png') no-repeat center;
    border: 1px solid #ff8a71 !important;
}

.fwn {
    font-weight: normal !important;
    padding-bottom: 5px;
}

.luffy {
    position: absolute;
    top: 40px;
    right: 0px;
    display: none;
    z-index: 9999;
}

.mt10 {
    margin-top: 10px;
}

.newtbor {
    border-top: 1px solid #FE471F;
}

.c999 {
    color: #999999;
}

.new-box .left-zone {
    float: left;
    width: 120px;
}

    .new-box .left-zone img {
        width: 120px;
        height: 73px;
        border: 1px solid #e1e1e1;
        padding: 5px;
    }

.new-box .right-zone {
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    text-align: left;
}

    .new-box .right-zone span.names {
        color: #6d6d6d;
    }

    .new-box .right-zone span.lbs {
        color: #b9b9b9;
        border: 1px solid #e1e3e4;
        padding: 0px 6px;
    }

    .new-box .right-zone span i {
        font-style: normal;
    }

    .new-box .right-zone .bottom-data {
        margin-top: 5px;
        text-align: left;
    }

.tuwen {
    border: 1px solid #eee;
    display: inline-block;
    height: 20px;
    line-height: 19px;
    margin-top: 2px;
    padding-left: 20px;
    width: 42px;
}

.bei_tu {
    background: url("/Content/xz/Public/style05/images/icon-baidu.png") 1px 1px no-repeat;
}

.icon-google {
    display: inline-block;
    width: 42px;
    height: 20px;
    background: url('/Content/xz/Public/style05/images/icon_google.png') left no-repeat;
    padding-left: 23px;
}

.data-link {
    margin-top: 5px;
}

    .data-link a {
        display: inline-block;
        width: 70px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        border-radius: 2px;
    }

        .data-link a:hover {
            text-decoration: none;
        }

.bg-blue {
    background: #ff8a71;
}

    .bg-blue:hover {
        background: #e0e0e0;
    }

.bg-green {
    background: #93ce5f;
}

    .bg-green:hover {
        background: #e0e0e0;
    }

.bg-yellow {
    background: #ffae48;
}

    .bg-yellow:hover {
        background: #e0e0e0;
    }

.bg-lightblue {
    background: #ff7501;
}

    .bg-lightblue:hover {
        background: #e0e0e0;
    }

.bg-pink {
    background: #ff7e7e;
}

    .bg-pink:hover {
        background: #e0e0e0;
    }

.bg-grays {
    background: #E8ECEF !important;
    color: #b3b3b3 !important;
}

    .bg-grays:hover {
        background: #e0e0e0 !important;
    }

.font_gray {
    color: #5d5d61;
}

.mb10 {
    margin-bottom: 10px;
}

.shadows {
}

    .shadows:hover {
        box-shadow: 0px 3px 8px rgba(28, 175, 255, 0.3);
    }

.checklx input[type=checkbox] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -70px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.checklx input[type=checkbox]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -70px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}

.pl72 {
    padding-left: 72px;
}
/*äº¤æ¢åˆ—è¡¨*/
.reasonbox .reason {
    width: 460px;
    height: 156px;
    background: #F1F6FA;
    padding: 5px;
}

    .reasonbox .reason textarea {
        width: 100%;
        height: 100%;
        border: 1px solid #DFDFDF;
    }

.changedetail .infobox {
    height: 445px;
    overflow: auto;
}

    .changedetail .infobox .her span.titlename {
        font-size: 16px;
        color: #ff8a71;
        margin-bottom: 7px;
        display: inline-block;
    }

    .changedetail .infobox .her .info-data {
        height: auto;
        background: #f4f6f8;
        border-top: 2px solid #FE471F;
        padding: 10px 10px;
    }

        .changedetail .infobox .her .info-data dl {
            width: 33%;
            float: left;
            margin-bottom: 10px;
        }

            .changedetail .infobox .her .info-data dl dt,
            .changedetail .infobox .her .info-data dl dd {
                float: left;
            }

            .changedetail .infobox .her .info-data dl dt {
                color: #5d5d61;
                font-weight: normal;
            }

        .changedetail .infobox .her .info-data .changetj {
            clear: both;
            border-top: 1px solid #DFDFDF;
            margin-top: 10px;
        }

            .changedetail .infobox .her .info-data .changetj span.names {
                color: #ff8a71;
                display: inline-block;
                margin: 15px 0px 10px 0px;
            }

            .changedetail .infobox .her .info-data .changetj ul li {
                float: left;
                width: 20%;
            }

                .changedetail .infobox .her .info-data .changetj ul li:first-child {
                    width: 60%;
                }

                .changedetail .infobox .her .info-data .changetj ul li label {
                    color: #5d5d61;
                    font-weight: normal;
                }

    .changedetail .infobox .change-log-table thead tr th,
    .changedetail .infobox .change-log-table tbody tr td {
        height: 38px;
        border: 1px solid #DFDFDF;
        text-align: center;
        vertical-align: middle;
        font-weight: normal;
        color: #555555;
        word-break: break-all;
        word-wrap: break-word;
    }
/*.toolong {
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}*/
/*ç½‘ç«™äº¤æ˜“*/
.websitetab table tbody tr td {
    height: 135px;
}

.websitetab table tbody tr :first-child + td + td {
    position: relative;
}

.websitetab table tbody tr td .left-infos {
    float: left;
    width: 120px;
    height: 90px;
}

    .websitetab table tbody tr td .left-infos img {
        width: 120px;
        height: 90px;
    }

.websitetab table tbody tr td .right-infos {
    float: left;
    height: 90px;
    text-align: left;
    padding-left: 15px;
}

    .websitetab table tbody tr td .right-infos h4 {
        color: #333333;
    }

    .websitetab table tbody tr td .right-infos a.webname {
        margin: 2px 0px 1px 0px;
        color: #999999;
        text-decoration: none;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 60%;
    }

    .websitetab table tbody tr td .right-infos a:hover,
    .websitetab table tbody tr td .right-infos h4:hover {
        color: #ff8a71;
    }

    .websitetab table tbody tr td .right-infos p.infotext {
        color: #5d5d61;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 170px;
    }

.websitetab table tbody tr td:first-child + td {
    font-weight: bold;
    color: #333333;
}

.timeouts {
    position: absolute;
    top: 30px;
    left: 70px;
}
/*æŽ¨å¹¿ç®¡ç†*/
.modal_box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.2;
}

.modal_index {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.form-group .col_gray {
    height: 30px;
    line-height: 30px;
    color: #999;
}

.modal_index {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.form-group .col_gray {
    height: 30px;
    line-height: 30px;
    color: #999;
}

.modal_index {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
}

.form-group .col_gray {
    height: 30px;
    line-height: 30px;
    color: red;
}

.form-group .cl_red {
    color: #ff3333;
    border-color: #ff3333;
    line-height: 35px;
}

.form-info .img_upload {
    position: absolute;
    width: 240px;
    height: 130px;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}

.morenlink {
    /* background: #ffffff;*/
    color: #fb6363;
    padding: 0px 3px;
    margin-left: 5px;
    font-size: 13px;
    border: 1px solid #e8e8e8;
}
/*/
	/ç½‘ç«™äº¤æ˜“*/
.complaints textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #DFDFDF;
    margin-top: 20px;
}

.p-cue {
    color: red;
}

.add_texta textarea {
    width: 450px;
    height: 50px;
    border: 1px solid #dfdfdf;
    resize: none;
    padding: 8px;
}

.trading .list-group label {
    color: #555555;
    /*width: 85px;*/
    text-align: right;
}

.member-index-process {
    margin-bottom: 15px;
}

.member-index-process {
    width: 922px;
    height: 80px;
    line-height: 80px;
    background: #f9f9f9;
}

    .member-index-process span.lc {
        display: inline-block;
        width: 72px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-right: 1px solid #fff;
        color: red;
        font-size: 16px;
        margin-right: 15px;
    }

    .member-index-process cite {
        font-style: normal;
        font-size: 14px;
        display: inline-block;
        width: 90px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        background: #ff8a71;
        color: #ffffff;
        border-radius: 15px;
    }

    .member-index-process i {
        display: inline-block;
        background: url('/content/xz/Public/images/icon/icon-right.png') no-repeat center;
        display: inline-block;
        width: 47px;
        height: 11px;
    }

.basic-info {
    margin-bottom: 10px;
}

    .basic-info span {
        display: inline-block;
        width: 80px;
        height: 26px;
        line-height: 26px;
        color: red;
        font-weight: bold;
    }

.prince_input input {
    width: 180px !important;
    margin-right: 5px;
}

.wd339 {
}

.yuany {
    display: inline-block;
    line-height: 40px;
    margin-left: 5px;
}

.checkcount input[type=radio] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.checkcount input[type=radio]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}

.contactbox label {
    width: auto !important;
}

.screenshots a {
    width: 180px;
    height: 90px;
    position: relative;
}

.againup span {
    display: block;
    width: 80px;
    height: 30px;
    background: url('../images/againimg.png') no-repeat center;
    position: absolute;
    left: 34%;
    top: 34%;
}

.imgabox {
    float: left;
    margin-right: 20px;
    position: relative;
}

    .imgabox i.delimg {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url('../images/redclose.png') no-repeat center;
        position: absolute;
        top: 0px;
        right: 0px;
        cursor: pointer;
    }

.member-index-change .list-group .imgUp {
    padding-bottom: 5px;
    position: absolute;
    top: 0;
    height: 90px;
    width: 180px;
    opacity: 0;
    cursor: pointer;
}

.pl90 {
    padding-left: 90px;
}

.return_a {
    display: inline-block;
    width: 72px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #FE471F;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
}

    .return_a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }
/*.website-info {
	margin-top: 25px
}*/
.website-info h4 {
    border-left: 3px solid #FE471F;
    padding-left: 10px;
    margin-bottom: 15px;
}

.website-info .info-list {
}

.website-info .listbox {
    padding: 20px 15px 15px 15px;
    background: #ffffff;
}

    .website-info .listbox dl {
        width: 33%;
        float: left;
        margin-bottom: 10px;
    }

        .website-info .listbox dl dt,
        .website-info .listbox dl dd {
            float: left;
        }

        .website-info .listbox dl dt {
            color: #5d5d61;
            font-weight: normal;
        }

    .website-info .listbox .lxfs {
        padding-top: 10px;
    }

        .website-info .listbox .lxfs h5 {
            padding-bottom: 10px;
        }

.sale_price {
    height: 73px;
    line-height: 73px;
    border-top: 1px solid #DFDFDF;
    padding: 0px 15px;
    margin-bottom: 50px;
}

    .sale_price span {
        font-size: 14px;
        color: #555555;
    }

    .sale_price i {
        color: red;
        font-size: 14px;
        font-style: normal;
        margin-right: 10px;
    }

    .sale_price a {
        padding: 3px 10px;
        border-radius: 3px;
        font-size: 13px;
        border: 1px solid red;
        color: red;
    }

        .sale_price a:hover {
        }

.member-index-logs {
    margin-top: 40px;
}

    .member-index-logs ul li {
        float: left;
        width: 88px;
        border-right: 1px solid #DFDFDF;
        cursor: pointer;
        padding-left: 15px;
    }

        .member-index-logs ul li:last-child {
            border-right: none;
        }

        .member-index-logs ul li:hover,
        .member-index-logs ul li.curr {
        }

    .member-index-logs .logtables {
    }

        .member-index-logs .logtables table thead tr th,
        .tra_table table tr th {
            background: #f4f4f4;
            color: #5d5d61;
            font-weight: normal;
            text-align: center;
            height: 37px;
            vertical-align: middle;
            border-top: 1px solid #e1e3e4 !important;
            border-bottom: 1px solid #e1e3e4;
        }

        .member-index-logs .logtables table tbody tr td {
            height: 45px;
            line-height: 45px;
            vertical-align: middle;
            text-align: center;
        }

.tra_table table tbody tr td {
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid #efeded;
}

.tra_table table p {
    line-height: 22px;
}

.website-cons .right-infos p a.webname {
    margin: 2px 0px 1px 0px;
    color: #333 !important;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%;
}

.website-cons .right-infos span.lbs {
    font-size: 13px;
    color: #555555;
    border: 1px solid #c7c7c7;
    background: #f5f5f5;
    padding: 0px 5px;
}

.mt12 {
    margin-top: 13px;
}

.mb10 {
    margin-bottom: 10px;
}

.outweb a {
    margin-right: 8px;
}

.icon_put {
    display: inline-block;
    width: 45px;
    height: 20px;
    background: url("../images/icon-put.png") center no-repeat;
    position: absolute;
    top: -18px;
    right: -46px;
    font-style: normal;
    font-size: 14px;
    color: #fff;
}
/*æŠ•æ”¾è®¡åˆ’3.2.1*/
.delivery_sta {
    height: auto;
    line-height: 3.5;
    margin: 15px 0 25px 0;
    background: #fffbe5;
    padding: 0 15px;
    font-size: 14px;
}

    .delivery_sta ss {
        color: #ff6633;
        font-size: 16px;
        font-weight: bold;
    }

    .delivery_sta span {
        background: url("../images/deliver.png") no-repeat 0 center;
        display: inline-block;
        padding-left: 24px;
        font-size: 18px;
        color: #ff6633;
        font-weight: bold;
    }

    .delivery_sta a {
        display: inline-block;
        float: right;
        width: 92px;
        text-align: center;
        height: 33px;
        line-height: 33px;
        background: #ff9519;
        color: #fff;
        margin-top: 15px;
        font-size: 16px;
        cursor: pointer;
    }

.delivery_index {
    padding: 15px;
}

.delivery_table .list_top {
    padding: 0 15px;
}

    .delivery_table .list_top span {
        color: #B3B3B3;
        margin-right: 20px;
    }

    .delivery_table .list_top i {
        font-style: normal;
        color: #555555;
    }

.delivery_table .web_name,
.web_ad {
    width: 20%;
    float: left;
    padding-left: 60px;
}

.delivery_table .web_status,
.web_open {
    width: 15%;
    float: left;
    padding-left: 60px;
}

.delivery_table .web_money,
.web_else,
.web_actual {
    width: 10%;
    float: left;
    padding-left: 60px;
}

.delivery_table .web_name {
    line-height: 25px;
}

.delivery_table .web_ad {
    line-height: 25px;
    margin-top: 9px;
}

.delivery_table .web_open {
    line-height: 25px;
    margin-top: 9px;
}

    .delivery_table .web_open a {
        display: block;
    }

.delivery_table .listname {
    padding: 15px 0;
    line-height: 85px;
    text-align: left;
}

.delivery_table .cl_red {
    color: #fb6363;
}

.delivery_table .cl_gray {
    color: #999;
}

.delivery_table .cl_green {
    color: #27ae14;
}

.delivery_table .cl_blue {
    color: #ff7501;
}

.delivery_down,
.delivery_up {
    width: 130px;
    padding-left: 39px;
    margin: 0 auto;
    height: 26px;
    line-height: 26px;
    border-radius: 15px;
    background-image: url("/content/xz/Public/images/icon/blue-down.png");
    background-repeat: no-repeat;
    background-color: #f1f6fa;
    background-position: 107px center;
    color: #ff7501;
    cursor: pointer;
}

.delivery_up {
    background-image: url("/content/xz/Public/images/icon/blue-down.png");
    background-position: 86px center;
}

.delivery_mt7 {
    margin-top: 7px;
    display: inline-block;
}

.delivery_ml25 {
    margin-left: 25px;
    float: right;
}

.delivery_indexs {
    margin-top: 7px;
    background: #f4f6f8;
    width: 450px;
    float: left;
    line-height: 30px;
    padding: 10px;
}

    .delivery_indexs ss {
        color: #5d5d61;
    }

.add_money {
    background: #FE471F;
    color: #fff;
    padding: 3px 8px;
    margin-left: 30px;
    cursor: pointer;
}

.ad_mt span {
    margin-right: 87px !important;
}

.tip_unit {
    margin-top: 9px;
    font-style: normal;
    display: inline-block;
}
/*æ¦‚è¿°å¼•å¯¼*/
.stepone {
    position: absolute;
    top: 40px;
    left: 36px;
    z-index: 9999;
}

.guide-mask {
    z-index: 999;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.member-guide-mask {
    z-index: 99;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-guide {
    position: absolute;
    top: 0px;
    left: 270px;
    z-index: 9999;
    width: 376px;
    height: 190px;
    background: url('/content/xz/Public/images/icon/guide_back.png') no-repeat center;
    padding: 10px 20px;
}

.top-guide {
    background: url('/content/xz/Public/images/icon/top_guide.png') no-repeat center;
}

.big-guide {
    width: 416px;
    background: url('/content/xz/Public/images/icon/big-guide.png') no-repeat center;
}

.bg-guide span {
    font-size: 16px;
    float: right;
    color: #ff8a71;
    line-height: 30px;
}

.middle_con {
    clear: both;
    padding: 0px 10px;
    line-height: 20px;
    margin-bottom: 5px;
}

    .middle_con h5 {
        text-align: center;
        font-size: 16px;
        color: #ff8a71;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .middle_con p {
        font-size: 16px;
        color: #ff7501;
    }

.guide_bottom {
    text-align: right;
}

.btn-gray {
    padding: 3px 15px;
    color: #ff7501;
    border: 1px solid #ff7501;
    background: #fff;
}

    .btn-gray:hover {
        color: #ff7501;
    }

.btn-next {
    width: 80px;
    height: 28px;
    line-height: 15px;
    color: #fff;
    background: #FE471F;
    margin-left: 20px;
}

    .btn-next:hover {
        color: #fff;
        background: #ff8a71;
        border-color: #ff8a71;
    }

.guide_two {
    top: -62px;
}

.one_step,
.two_step,
.three_step,
.four_step {
    display: none;
    cursor: pointer;
}

.three_step {
    top: 70px;
    left: 290px;
}

.four_step {
    top: 100px;
    left: -245px;
}

.webnav {
    float: left;
    height: 60px;
    line-height: 60px;
    padding-left: 42px;
    position: relative;
}

    .webnav .navname {
        font-size: 14px;
        color: #FFFFFF;
        background: url('/content/xz/Public/images/icon/gray-nav.png') no-repeat 10px center / 20px;
        padding-left: 39px;
        cursor: pointer;
    }

        .webnav .navname:hover {
            color: #FE471F;
            background: url('/content/xz/Public/images/icon/blue-nav.png') no-repeat 10px center / 20px;
        }

.dropdown-nav {
    background: #FFF;
    width: 120px;
    position: absolute;
    top: 15px;
    display: none;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    border-radius: 3px;
}

    .dropdown-nav ul li:hover {
        background-color: #FE471F;
    }

    .dropdown-nav ul li {
        height: 26px;
        line-height: 26px;
    }

        .dropdown-nav ul li a {
            color: #555555;
            text-decoration: none;
            width: 100%;
        }

            .dropdown-nav ul li a:hover {
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;
            }

        .dropdown-nav ul li:first-child {
            /* margin-bottom: 20px;*/
            padding-top: 2px;
        }

.dou i:last-child {
    display: none;
}

.authen_success .modal-body p.cueh5 {
    color: red !important;
}

.textover80 {
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*V3.2*/
.kanjia {
    position: relative;
}

    .kanjia span.bargaining {
        cursor: pointer;
        font-style: normal;
        position: absolute;
        display: inline-block;
        top: -22px;
        padding: 1px 5px;
        background: #fb6363;
        color: #fff;
        width: 75px;
    }

        .kanjia span.bargaining:hover {
            background: #de0b0b;
        }

    .kanjia i.san {
        display: inline-block;
        width: 4px;
        height: 5px;
        background: url('/content/xz/Public/images/icon/small_icon.png') no-repeat center;
        position: absolute;
        top: -2px;
    }

.yijia_box .list-group {
    margin-bottom: 10px;
}

.yijia_box label {
    font-weight: normal;
}

.yijia_box span.price {
    color: #FF6633;
    font-size: 18px;
}

.yijia_box .info_kanjia {
    font-size: 16px;
    color: #555555;
    border-left: 5px solid #FE471F;
    padding-left: 10px;
    margin-bottom: 10px;
}

.barga_table tbody tr td {
    text-align: center;
    height: 46px;
    vertical-align: middle;
    width: 25%;
}

.barga_modal .tablehead {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #f4f4f4;
    margin-bottom: 10px;
}

    .barga_modal .tablehead span {
        color: #5d5d61;
        float: left;
        width: 25%;
        text-align: center;
    }

.barga_table button {
    width: 56px;
    height: 28px;
    line-height: 2px;
}

.btn_blue {
    background: #F1F6FA;
    border-color: #FE471F;
    color: #FE471F;
}

    .btn_blue:hover {
        background: #FE471F;
        color: #FFFFFF;
    }

.btn_red {
    background: #FFEAEA;
    border-color: #fb6363;
    color: #fb6363;
}

    .btn_red:hover {
        background: #fb6363;
        color: #FFFFFF;
    }

.barga_table {
    height: 160px;
    overflow: auto;
}

.jujue_box {
    width: 460px;
    margin: 0px auto;
    background: #F1F6FA;
    padding: 5px;
}

    .jujue_box textarea {
        width: 450px;
        height: 146px;
        border-color: #DFDFDF;
        padding: 8px;
    }

.barga_modal .cue_box p {
    color: #FB6363;
    margin-bottom: 10px;
}

    .barga_modal .cue_box p:first-child + p {
        padding-left: 18px;
    }

Ã¥ÂÂ¡Ã¥ÂˆÂ¸*/ .jf_head span {
    background: url('../images/jf/redcard.png') no-repeat left;
    display: inline-block;
    padding-left: 32px;
    font-size: 20px;
    color: #555555;
}

.redcard_box ul li {
    float: left;
    width: 305px;
    height: 180px;
    ;
    background: #FFFFFF url('../images/jf/bg-redcard.png') no-repeat top;
    border: 1px solid #EBEBEB;
    border-top: none;
    box-shadow: 1px 3px 5px 0 #f4f4f4;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-right: 30px;
    padding: 15px;
    margin-bottom: 30px;
}

    .redcard_box ul li h4 {
        font-size: 18px;
        font-weight: bold;
        color: #FFFFFF;
        border-bottom: 2px solid #ffad94;
        margin-bottom: 10px;
        height: 33px;
    }

    .redcard_box ul li p {
        font-size: 14px;
        color: #FFFFFF;
    }
    /*.redcard_box ul li h4+p {
	height: 40px;
}*/
    .redcard_box ul li a {
        font-size: 16px;
        color: #5d5d61;
        text-decoration: none;
    }

.redcard_box div.top {
    height: 110px;
}

.redcard_box div.bottom {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.redcard_box ul li a:hover {
    font-weight: bold;
    color: #FE471F;
}

.use ul li {
    background: #FFFFFF url('../images/jf/card-gray.png') no-repeat top;
    position: relative;
}

    .use ul li h4 {
        border-bottom: 2px solid #e9e9e9DDD;
    }

.use div.bottom {
    text-align: left;
    color: #B3B3B3;
}

    .use div.bottom span i {
        font-style: normal;
    }

.use ul li img {
    position: absolute;
    bottom: 10px;
    right: 15px;
}
/*ç§¯åˆ†æ˜Žç»†*/
.member-index-top div {
    float: left;
    margin-right: 25px;
    height: 130px;
    padding-top: 20px;
    padding-left: 20px;
}

    .member-index-top div span {
        font-size: 18px;
        color: #555555;
    }

    .member-index-top div i {
        font-style: normal;
        font-size: 34px;
        font-weight: bold;
        padding: 0px 15px 0px 25px;
    }

    .member-index-top div a {
        display: inline-block;
        width: 80px;
        height: 24px;
        line-height: 24px;
        text-decoration: none;
        background: #F1F6FA;
        color: #ff7501;
        border-radius: 20px;
        text-align: center;
    }
    /*.member-index-top div:nth-child(1) {
	background: url('../images/jf/shu.png') no-repeat right 50px;
}*/
    .member-index-top div:nth-child(1) i {
        color: #ff8a71;
    }

.member-index-top p a {
    color: #ff7501;
    text-decoration: none;
}

.integraltable table thead tr th {
    background: #f4f4f4;
    font-size: 14px;
    color: #5d5d61;
    font-weight: normal;
    text-align: center;
    border-bottom: 0px;
    height: 45px;
    vertical-align: middle;
}

.integraltable table tbody tr:first-child td {
    border-top: none;
}

.integraltable table tbody tr td {
    text-align: center;
    vertical-align: middle;
    color: #555555;
    height: 55px;
    border-bottom: 1px solid #DFDFDF;
    color: #333333;
    font-size: 16px;
}

    .integraltable table tbody tr td:first-child + td {
        font-weight: normal;
    }

.jf_tab {
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 20px;
}

    .jf_tab ul li {
        float: left;
    }

        .jf_tab ul li a {
            display: inline-block;
            height: 46px;
            line-height: 46px;
            padding: 0 20px;
            font-size: 18px;
            color: #5d5d61;
            outline: none;
            text-decoration: none;
            position: relative;
        }

            .jf_tab ul li a.curr {
                color: #FE471F;
                text-decoration: none;
            }

            .jf_tab ul li a:hover,
            .jf_tab ul li:hover {
                color: #FE471F;
                text-decoration: none;
            }

            .jf_tab ul li a.curr i {
                position: absolute;
                display: inline-block;
                width: 113px;
                height: 7px;
                background: url(../images/jf/sj.png) no-repeat center;
                bottom: 0;
                left: -6px;
            }
/*V3.2*/
/*Ã¥Â‡ÂºÃ¥Â”Â®Ã¥ÂÂ‹Ã©Â“Â¾*/
.friendstyle input[type=radio] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.friendstyle input[type=radio]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}

.autoorder input[type=radio] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.autoorder input[type=radio]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}

.friendstyle2 input[type=radio] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.friendstyle2 input[type=radio]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}

.autoorder2 input[type=radio] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.autoorder2 input[type=radio]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}

.location_pricesy input[type=checkbox] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.location_pricesy input[type=checkbox]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}

.location_priceqz input[type=checkbox] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.location_priceqz input[type=checkbox]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}
/*çº¢åŒ…å¡åˆ¸ä½¿ç”¨*/
.re_goods h3 {
    height: 60px;
    line-height: 60px;
    background: #fef6e8;
    color: #ff6633;
    padding: 0 22px;
    font-size: 20px;
    position: relative;
}

.re_goods span {
    margin-right: 7px;
}

.re_goods b {
    position: absolute;
    right: 22px;
    top: 16px;
    width: 72px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #ff9519;
    color: #fff;
}

.re_title {
    height: 78px;
    color: #999;
    font-size: 16px;
    padding: 26px 0 21px 0;
    position: relative;
}

    .re_title span {
        position: absolute;
        left: 0;
        top: 35px;
    }

    .re_title li {
        width: 92px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        background: #e8ecef;
        float: left;
        margin-right: 18px;
    }

        .re_title li a {
            color: #999;
            text-decoration: none;
        }

    .re_title ss {
        color: #fb6363;
        font-weight: bold;
    }

    .re_title .cur,
    .re_title a:hover {
        background: url(../images/jf/cur_bg.png) no-repeat;
        width: 91px;
        height: 80px;
        display: block;
        position: absolute;
        top: 25px;
        color: #fff;
    }

.table_index table {
    width: 100%;
}

.table_index tr {
    border-bottom: 1px solid #efeded;
    height: 45px;
    line-height: 45px;
    color: #333;
    text-align: center;
}

.table_index th {
    background: #f4f4f4;
    border-bottom: 2px solid #FE471F;
    color: #5d5d61;
    text-align: center;
}

.table_index .cur {
    color: #ff7501;
    cursor: pointer;
}

    .table_index .cur span {
        margin: 0px;
    }

        .table_index .cur span.recommed {
            color: #b3b3b3;
            cursor: not-allowed;
        }

.use_instu {
    margin-top: 27px;
    background: #f1f6fa;
    color: #555;
    padding: 25px 0;
}

    .use_instu span {
        display: block;
        width: 150px;
        height: 24px;
        line-height: 24px;
        background: #ff7501;
        color: #fff;
        text-align: center;
        border-bottom-right-radius: 15px;
        border-top-right-radius: 15px;
    }

    .use_instu p {
        height: 50px;
        line-height: 50px;
    }

    .use_instu a {
        padding-left: 21px;
        font-weight: bold;
        text-decoration: none;
    }

.listpage .cur {
    background: #ff8a71;
    color: #fff;
}

.list_null,
.lists_null,
.jf_detail {
    width: 455px;
    height: 233px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 150px;
    background: url("../images/jf/jf__null.png") no-repeat center;
    background-size: 455px 233px;
    position: relative;
}

.lists_null {
    background: url("../images/jf/goods_null.png") no-repeat center;
    background-size: 380px;
}

.jf_detail {
    background: url("../images/jf/jf_detail.png") no-repeat center;
    background-size: 380px;
}

.list_null span {
    position: absolute;
    display: block;
    left: 230px;
    top: 204px;
    border: 1px solid #a0cdeb;
    font-size: 16px;
    color: #ff7501;
    background: #f1f6fa;
    padding: 3px 11px;
    border-radius: 15px;
}

.recommendimg {
    margin-top: -10px;
}

.circle_checkbox .icon-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: -3px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    cursor: pointer;
}

    .circle_checkbox .icon-checkbox.checked {
        background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px !important;
    }

.change_foot .disabled {
    color: #ccc;
    cursor: not-allowed;
}

.databoxs {
    margin: 0px;
    padding: 0;
}

    .databoxs span {
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #555555;
        padding: 0px 5px;
        text-align: center;
        display: inline-block;
    }

        .databoxs span.active,
        .databoxs span:hover {
            font-weight: bold;
            color: #FE471F;
        }

.sdates input {
    width: 75px !important;
    font-size: 13px !important;
}

.showimg iframe,
.showimg_font iframe {
    margin-left: 20px !important;
}

.guidenew:after {
    content: '';
    width: 29px;
    height: 16px;
    position: absolute;
    right: 60px;
    top: 10px;
    background: url('../images/guide/new.png');
    z-index: 99;
}
/*V3.2.1*/
/*è´­ä¹°å‡ºå”®æµé‡*/
.traffic_tab {
    background: #FFFFFF;
    padding: 20px 5px 0px;
    border-bottom: 1px solid #DFDFDF;
}

    .traffic_tab ul li {
        float: left;
    }

        .traffic_tab ul li a {
            width: 140px;
            text-align: center;
            display: inline-block;
            height: 46px;
            line-height: 46px;
            margin: 0 20px;
            font-size: 18px;
            color: #5d5d61;
            outline: none;
            text-decoration: none;
            position: relative;
        }

            .traffic_tab ul li a:hover,
            .traffic_tab ul li a.curr {
                color: #FE471F;
                text-decoration: none;
                font-weight: bold;
                border-bottom: 2px solid;
            }

        .traffic_tab ul li span {
            color: #e7ebed;
            position: relative;
            top: -2px;
        }

.put_plan {
    height: 60px;
    line-height: 60px;
    background: #fffbe5;
    padding: 0px 20px;
}

.pdb0 {
    padding-bottom: 0px;
}

.put_plan span.tfjh {
    color: #FF6633;
    font-size: 16px;
    background: url('../images/plan.png') no-repeat left;
    padding-left: 30px;
    margin-right: 20px;
}

.put_plan span.csgk {
    color: #FF6633;
    font-size: 16px;
    background: url('../images/price.png') no-repeat left;
    padding-left: 30px;
    margin-right: 20px;
}
/* .put_plan span {
	margin-right: 20px;
}*/
.put_plan span i {
    color: #FF6633;
    font-size: 16px;
    margin-right: 4px;
    font-weight: bold;
}

.put_plan a {
    display: inline-block;
    width: 130px;
    height: 28px;
    line-height: 28px;
    background: #FB6363;
    color: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
}

    .put_plan a.csll {
        display: inline-block;
        width: 92px;
        height: 32px;
        line-height: 32px;
        background: #ff9519;
        color: #FFFFFF;
        text-align: center;
        text-decoration: none;
        margin-top: 15px;
    }

    .put_plan a i {
        display: inline-block;
        width: 7px;
        height: 13px;
        background: url('../images/right.png') no-repeat center;
        margin-left: 15px;
    }

.member-data-gk {
    background: #FFFFFF;
    margin-top: 10px;
    padding: 14px 0px;
}

    .member-data-gk span.title {
        border-left: 4px solid #FE471F;
        padding-left: 15px;
        font-size: 18px;
    }

    .member-data-gk .data-summary {
        border-top: 1px solid #DFDFDF;
        margin-top: 14px;
        padding: 28px 20px 0px 20px;
    }

        .member-data-gk .data-summary dl {
            float: left;
            width: 22%;
            margin-right: 1%;
        }

            .member-data-gk .data-summary dl:first-child {
                width: 5%;
            }

            .member-data-gk .data-summary dl:last-child dd {
                border: none;
                margin: 0px;
            }

            .member-data-gk .data-summary dl dt {
                font-weight: normal;
                color: #555555;
                padding-bottom: 18px;
            }

            .member-data-gk .data-summary dl:first-child dt {
                padding-bottom: 25px;
            }

            .member-data-gk .data-summary dl dd {
                padding-bottom: 10px;
                border-right: 1px solid #DFDFDF;
            }

                .member-data-gk .data-summary dl dd:nth-child(2) {
                    font-size: 22px;
                    color: #555555;
                }

                .member-data-gk .data-summary dl dd:nth-child(3) {
                    font-size: 18px;
                    color: #999999;
                }

                .member-data-gk .data-summary dl dd:nth-child(4) {
                    font-size: 18px;
                    color: #ff6633;
                }

            .member-data-gk .data-summary dl:first-child dd {
                font-size: 14px;
                color: #555555;
                padding-bottom: 14px;
            }

.member-data-fx {
    background: #FFFFFF;
    padding-top: 15px;
}

    .member-data-fx span.plan-fx {
        border-left: 4px solid #FE471F;
        padding-left: 10px;
    }

.pdr7 {
    padding-right: 7px;
}

.member-data-fx .buy_traffic {
    display: inline-block;
    width: 92px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #FF9519;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    margin-right: 15px;
}

.member-data-fx .chart_box {
    border-top: 1px solid #DFDFDF;
    margin-top: 15px;
    padding: 20px;
}

    .member-data-fx .chart_box .traffic-tab {
        float: left;
    }

        .member-data-fx .chart_box .traffic-tab span {
            display: inline-block;
            width: 100px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            color: #5d5d61;
            cursor: pointer;
            background: #f4f4f4;
            float: left;
            border-right: 1px solid #e1e3e4;
        }

            .member-data-fx .chart_box .traffic-tab span:last-child {
                border: none;
            }

            .member-data-fx .chart_box .traffic-tab span:hover,
            .member-data-fx .chart_box .traffic-tab span.active {
                background: #FE471F;
                color: #FFFFFF;
            }

    .member-data-fx .chart_box .data_amount {
        clear: both;
        color: #555555;
        font-size: 16px;
    }

        .member-data-fx .chart_box .data_amount span {
            margin-right: 25px;
        }

            .member-data-fx .chart_box .data_amount span i {
                font-style: normal;
                color: #FF6633;
            }

    .member-data-fx .chart_box .datachart {
        margin-top: 20px;
    }

.recently_box {
    padding: 25px 20px;
    background: #FFFFff;
    margin-top: 20px;
}

    .recently_box h4 {
        margin-bottom: 25px;
    }

.recently-table table thead tr th {
    background: #f4f4f4;
    vertical-align: middle;
    border-bottom: 2px solid #FE471F;
    height: 45px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    color: #5d5d61;
    font-weight: normal;
    border-top: none !important;
}

.recently-table table tbody tr td {
    height: 70px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: #555555;
    padding: 0px;
    border-top: none;
    padding: 13px 0;
    border-bottom: 1px solid #EBEBEB;
    word-wrap: break-word;
    word-break: break-all;
}

    .recently-table table tbody tr td a {
        color: #ff7501;
        text-decoration: none;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 150px;
    }

.member-data-gk .data-summary.selltraffic dl:first-child {
    width: 5%;
}

.member-data-gk .data-summary.selltraffic dl {
    width: 17%;
}

.adv-summary {
    background: #FFFFFF;
    margin-top: 15px;
    padding: 25px 20px;
}

    .adv-summary h4 {
        margin-bottom: 25px;
    }

.Billing_details table thead tr > th {
    border-bottom: 2px solid #ff8a71;
    background-color: #f4f4f4;
    text-align: center;
    height: 45px;
    line-height: 24px;
    color: #5d5d61;
    font-weight: normal;
}

.Billing_details table tbody tr > td {
    height: 50px;
    vertical-align: center;
    line-height: 33px;
    color: #ff6633;
    border-bottom: 1px solid #f4f4f4;
}

    .Billing_details table tbody tr > td:first-child {
        color: #555555;
    }
/*å¹¿å‘Šä½ç®¡ç†*/
.text-ellipsis {
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px auto;
}

.free-table tbody tr td label {
    color: #999999;
    font-weight: normal;
}

.adv_manage tbody tr td:first-child + td + td p {
    text-align: left;
    width: 110px;
    margin: 0px auto;
}

.textarea-code {
    height: 176px;
    text-align: left;
    border: 1px solid #DFDFDF;
}

.open-failure h4.shibai {
    padding: 47px 0px 30px;
}

.open-failure .c1680 {
    font-size: 16px;
    color: #5d5d61;
    line-height: 2;
    margin-bottom: 40px;
}

    .open-failure .c1680 i {
        font-style: normal;
        color: #FB6363;
    }
/*æ–°å¢žå¹¿å‘Šä½æ–°ç‰ˆçš„ä¿®æ”¹*/
.square input[type=checkbox] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -70px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.square input[type=checkbox]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -70px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}

.square input[type=radio] + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -77px;
    vertical-align: bottom;
    margin-right: 10px;
}

.square input[type=radio]:checked + b {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/xz/Public/style05/images/icons.png) no-repeat -7px -103px;
    vertical-align: bottom;
    margin-right: 10px;
}
/*å¹¿å‘Šä½æµé‡æŸ¥çœ‹*/
.traffic_see span {
    margin-right: 20px;
}

    .traffic_see span i {
        color: #ff8a71;
        font-size: 16px;
        margin-right: 4px;
        font-weight: bold;
    }

.datanum_box {
    border: 1px solid #DFDFDF;
    padding: 20px 10px;
}
/*æ–°å¢žäº¤æ¢å¹¿å‘Š*/
.member-index-change a.set-con {
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #A0CDEB;
    color: #ff7501;
    background: #F1F6FA;
    text-decoration: none;
}

.seton_font .font_adv_box ul li {
    float: left;
    width: 324px;
    height: 101px;
    background: #FAFAFC;
    border: 1px solid #EBEBEB;
    padding: 10px 18px;
    cursor: pointer;
    margin-bottom: 15px;
}
    /*è®¾ç½®å›¾ç‰‡/æ–‡å­—å¹¿å‘Šå¼¹çª—*/
    .seton_font .font_adv_box ul li:nth-of-type(odd) {
        margin-right: 20px;
    }

    .seton_font .font_adv_box ul li:hover {
        box-shadow: 1px 1px 5px 1px #dbf4ff;
    }

    .seton_font .font_adv_box ul li.active {
        background: url(/Content/xz/Public/style05/images/bg_curr.png) no-repeat;
        border: none;
    }

    .seton_font .font_adv_box ul li p {
        margin-bottom: 7px;
    }

        .seton_font .font_adv_box ul li p:last-child span {
            display: inline-block;
            width: 125px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            vertical-align: bottom;
        }

.seton_font .font_adv_box ul div.add_adv {
    background: url('/Content/xz/Public/style05/images/add-adv.png') no-repeat center;
    width: 324px;
    height: 101px;
    float: left;
    cursor: pointer;
}

.seton_font .addfont-box {
    width: 557px;
    height: auto;
    box-shadow: 1px 1px 5px 1px #dbf4ff;
    margin-top: 20px;
    padding: 15px;
}

    .seton_font .addfont-box h5 {
        color: #FF6633;
        background: url('/Content/xz/Public/style05/images/addred.png') no-repeat left;
        padding-left: 15px;
        font-size: 16px;
        height: 18px;
        padding-left: 28px;
    }

    .seton_font .addfont-box label {
        font-weight: normal;
        color: #555555;
        vertical-align: middle;
    }

    .seton_font .addfont-box .list-group label,
    .seton_font .addfont-box .list-group input {
        float: left;
    }

    .seton_font .addfont-box .list-group input {
        height: 40px;
        width: 428px;
    }

    .seton_font .addfont-box .foot button {
        display: inline-block;
        width: 80px;
        height: 36px;
        text-align: center;
        line-height: 28px;
        font-size: 16px;
        outline: none;
    }

.btn-cancel {
    padding: 3px 15px;
    color: #999;
    border: 1px solid #e8ecef;
    background: #e8ecef;
}

.btn-yellow {
    padding: 3px 15px;
    color: #fff;
    border: 1px solid #ff9519;
    background: #ff9519;
}

.mr10 {
    /* margin-right: 10px*/
}

.member-index-change .list-group img.advimg {
    width: 400px;
    height: 170px;
}

.seton_img .img_adv_box ul li {
    float: left;
    width: 394px;
    height: 101px;
    background: #FAFAFC;
    border: 1px solid #EBEBEB;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
}

    .seton_img .img_adv_box ul li:nth-of-type(odd) {
        margin-right: 20px;
    }

    .seton_img .img_adv_box ul li .left-con img {
        width: 100px;
        height: 75px;
        margin-right: 10px;
    }

    .seton_img .img_adv_box ul li .right-con,
    .seton_img .img_adv_box ul li .left-con {
        float: left;
    }

    .seton_img .img_adv_box ul li p {
        margin-bottom: 7px;
        color: #5d5d61;
    }

        .seton_img .img_adv_box ul li p span {
            color: #333333;
        }

    .seton_img .img_adv_box ul li:hover {
        box-shadow: 1px 1px 5px 1px #dbf4ff;
    }

    .seton_img .img_adv_box ul li.active {
        border: 1px solid #FE471F;
    }

    .seton_img .img_adv_box ul li img.blue-gou {
        display: none;
    }

    .seton_img .img_adv_box ul li.active img.blue-gou {
        position: absolute;
        bottom: 0px;
        right: 0px;
        display: block;
    }

.seton_img .img_adv_box ul div.add_imgadv {
    background: #f4f4f4 url('/Content/xz/Public/style05/images/add-gray.png') no-repeat 130px;
    width: 394px;
    height: 101px;
    float: left;
    cursor: pointer;
    border: 1px solid #EBEBEB;
    font-size: 18px;
    text-align: center;
    line-height: 101px;
}

.seton_img .addimg-box {
    width: 707px;
    height: auto;
    box-shadow: 1px 1px 5px 1px #dbf4ff;
    margin-top: 20px;
    padding: 15px;
}

    .seton_img .addimg-box h5 {
        color: #FF6633;
        background: url('/Content/xz/Public/style05/images/addred.png') no-repeat left;
        padding-left: 15px;
        font-size: 16px;
        height: 18px;
        padding-left: 28px;
    }

    .seton_img .addimg-box label {
        font-weight: normal;
        color: #555555;
        vertical-align: middle;
        padding: 0px;
    }

        .seton_img .addimg-box label.square {
            width: 88px;
            margin-right: 5px;
        }

    .seton_img .addimg-box input {
        height: 40px;
        width: 428px;
    }

    .seton_img .addimg-box .foot button {
        display: inline-block;
        width: 80px;
        height: 36px;
        text-align: center;
        line-height: 28px;
        font-size: 16px;
        outline: none;
    }

    .seton_img .addimg-box .upimg a {
        display: inline-block;
        width: 230px;
        height: 120px;
        background: #f4f4f4 url('/Content/xz/Public/style05/images/upimg.png') no-repeat center;
        outline: none;
        border: 1px solid #DFDFDF;
    }

    .seton_img .addimg-box .picUp {
        position: absolute;
        height: 120px;
        width: 230px;
        top: 0;
        left: 15px;
        opacity: 0;
        cursor: pointer;
    }
/*è®¾ç½®å›¾ç‰‡/æ–‡å­—å¹¿å‘Šå¼¹çª—*/
.ml120 {
    margin-left: 120px;
}

.limitForDay {
    font-size: 14px;
    color: #5d5d61;
    margin-top: 10px;
    display: inline-block;
    margin-left: 164px;
}
/*å¼•å¯¼*/
.traffic_guide_new {
    position: absolute;
    top: 20px;
    right: 30px;
    display: none;
}

.hline {
    color: #5d5d61;
    text-decoration: line-through;
}

.showimg_font,
.showimg {
    overflow: auto;
}

.my_select span {
    display: inline-block;
    width: auto;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 1px solid #c3c3c3;
    cursor: pointer;
    margin: 0;
    border-left: none;
    color: #999;
    transition: all .2s;
}

.my_select_all span {
    padding-left: 22px;
    background-image: url(../images/check23.png);
    background-size: 13px 13px;
    background-position: 6px center;
    background-repeat: no-repeat;
}

.my_select {
    display: inline-block;
}

    .my_select span:first-child {
        border-radius: 2px 0 0 2px;
        border-left: 1px solid #c3c3c3;
    }

    .my_select span:last-child {
        border-radius: 0 2px 2px 0;
    }

    .my_select span:hover {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .my_select span.on {
        background-color: #adadad;
        color: white;
    }

.my_select_all span.on {
    background-image: url(../images/check_on.png);
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .search {
        width: 110px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
    .search {
        width: 150px;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
    .search {
        width: 150px;
    }
}

@media screen and (min-width: 1660px) and (max-width: 1919px) {
    .search {
        width: 150px;
    }
}

@media only screen and (min-width:1920px) {
    .search {
        width: 150px;
    }
}

@-webkit-keyframes piston {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 80px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes piston {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 80px;
    }

    100% {
        margin-top: 0;
    }
}

@-webkit-keyframes arm {
    0% {
        -webkit-transform: rotate(0);
    }

    25% {
        -webkit-transform: rotate(-18deg);
    }

    50% {
        -webkit-transform: rotate(0);
    }

    75% {
        -webkit-transform: rotate(18deg);
    }

    100% {
        -webkit-transform: rotate(0);
    }
}

@keyframes arm {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(-18deg);
    }

    50% {
        transform: rotate(0);
    }

    75% {
        transform: rotate(18deg);
    }

    100% {
        transform: rotate(0);
    }
}
