﻿@charset "UTF-8";

body {
    font-family: Arial, Microsoft YaHei, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

/* DNN Body */
#Body {
    /* CSS3 */
    /*background: #efefef; /* Old browsers */
    /*background: -moz-radial-gradient(center, ellipse cover, #efefef 0%, #e9e9e9 50%, #dfdfdf 100%); /* FF3.6+ */
    /*background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#efefef), color-stop(50%,#e9e9e9), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    /*background: -webkit-radial-gradient(center, ellipse cover, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-radial-gradient(center, ellipse cover, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* Opera 12+ */
    /*background: -ms-radial-gradient(center, ellipse cover,  #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); */ /* IE10+ */
    /*background: radial-gradient(ellipse at center, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfdfdf',GradientType=1);  IE6-9 fallback on horizontal gradient */
    min-height: 1px;
}

/*table切换*/
.outBox .hd { 
    float: left; 
    position: relative;
}

.outBox .hd ul li { 
    width: 179px; 
    height: 48px; 
    background-color: #add0ce; 
    cursor: pointer;
}

.outBox .hd ul li.on {  
    background-color: #90c1be;
} 

.outBox .hd ul li p { 
    width: 110px; 
    margin: 0 auto; 
    text-align: left;
    font: 16px "微软雅黑";
    padding: 12px 10px 12px 10px;
    border-bottom: 1px solid #FFF;
    display: block;
}

.outBox .hd ul li.on p {
    border-bottom: 0px solid #FFF;
}

.outBox .hd ul li p.li_last { 
    border-bottom: 0px solid #FFF;
}

.outBox .bd { 
    position: relative; 
    border-top: 2px solid #add0ce; 
    padding: 10px 0 20px 20px;
}

.inBox .inHd { 
    padding-left: 10px;
}

.inBox .inHd ul li { 
    width: 140px; 
    height: 35px; 
    background-color: #79c7cb; 
    cursor: pointer; 
    float: left; 
    margin-left: 2px; 
}

.inBox .inHd ul li.on {
    background-color: #009fa8;
} 

.inBox .inHd ul li p { 
    width: 80px; 
    margin: 0 auto; 
    text-align: center;
    font: 16px "微软雅黑";  
    padding: 5px; 
    color: #FFF;  
    display: block;
    border-bottom: 0px;
}

.inBox .inBd { 
    float: left; 
    position: relative; 
    border-top: 0px; 
    padding: 20px 0 20px 0px;
}

.inBox .inBd .voucher_ul li { 
    float: left; 
    padding: 10px;
}

.inBox .inBd .voucher_ul li p {
    color: #fff;
}

/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
body, th, td, table, h1, h2, h3, h4, h5, h6,
.Head, .SubHead, .SubSubHead,
.Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled,
a:link, a:visited, a:hover, input, .CommandButton {
    font-family: Arial, Microsoft YaHei, Helvetica, sans-serif;
}

em {
    font-style: italic;
    letter-spacing: 0;
}

strong {
    color: #333;
    font-weight: bold;
}

small {
    font-size: 14px;
    letter-spacing: 0;
}

/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 26px;
}

h2, h2 .Head {
    font-size: 18px;
}

h3, h3 .Head {
    font-size: 18px;
    color: #666;
}

h4, h4 .Head {
    font-size: 16px;
    color: #666;
}

h5, h5 .Head {
    font-size: 14px;
    color: #666;
}

h6, h6 .Head {
    font-size: 13px;
    color: #666;
}

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
    /*color: #3B96B6;*/
    text-decoration: none;
}

    a:hover {
        color: #D00;
        text-decoration: none;
    }

/* DNN Specific Selectors 
-------------------------------------*/
.CommandButton {
    font-size: 13px;
    color: #3d3d3d;
    font-weight: bold;
}

    .CommandButton:hover {
        color: #007cae;
    }

a.CommandButton:link {
    font-size: 13px;
    text-decoration: none;
    color: #3d3d3d;
    font-weight: bold;
}

a.CommandButton:hover {
    text-decoration: underline;
    color: #007cae;
}

/*------------------------------------------------*/
/* PARAGRAPH STYLE */
/*------------------------------------------------*/
/*p {
    margin: 0 0 25px 0;
}*/

hr {
    clear: both;
    height: 0;
    border: solid #c0c0c0;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
img {
    border: 0;
}

/* Image Align Left 
    -------------------------------------*/
.imgLeft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

/* Image Align Right 
    -------------------------------------*/
.imgRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

/* Image with border 
    -------------------------------------*/
.imgBorder {
    border: solid 3px #fff;
}

/* Polaroid Image Style 
    -------------------------------------*/
.imgPolaroid {
    color: #a6a6a6;
    font-size: 14px;
    text-align: left;
    padding: 13px 13px 17px 13px;
    background-color: #fff;
    box-shadow: 0 1px 2px #ccc;
}

    .imgPolaroid img {
        margin-bottom: 12px;
    }

/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/


/* Ordered List */
ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
    vertical-align: top;
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}

/*------------------------------------------------*/
/* TABLE STYLE */
/*------------------------------------------------*/

/* Default Table Style */
table.tableDefault {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

    table.tableDefault th,
    table.tableDefault td {
        font-size: 14px;
        padding: 8px;
    }

    table.tableDefault th {
        font-weight: bold;
        text-align: left;
        border-bottom: solid 2px #aaa;
        background-color: #d7d7d7;
    }

    table.tableDefault td {
        border-bottom: solid 1px #d9d9d9;
    }

    table.tableDefault tr:nth-child(odd) {
        background: none;
    }

    table.tableDefault tr:nth-child(even) {
        background: #e3e4e6;
    }

.tableDefault tbody tr:hover td {
    color: #111;
}

/*------------------------------------------------*/
/* FORM STYLE
/*------------------------------------------------*/
/*input[type="text"], select, textarea, input[type="email"], input[type="search"], input[type="password"] {
    padding: 9px;
    margin-bottom: 20px;
    background: #f3f3f3;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #666;
    font-size: 13px;
}*/

/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/
/* Primary Style Button (blue)*/
button.primaryButton,
a.primaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #3B96B6;
    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Microsoft YaHei, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/* Secondary Style Button (darkgray) */
button.secondaryButton,
a.secondaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #666;
    background: -moz-linear-gradient(top, #8a8a8a 0%, #8a8a8a);
    background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#8a8a8a));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Microsoft YaHei, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/* Alternative Style Button (darkgray with arrow) */
button.altButton,
a.altButton {
    display: inline-block;
    padding: 9px 32px 9px 22px;
    margin-bottom: 5px;
    background: #484848 url('images/arrow.png') no-repeat 87% center;
    background: url('images/arrow.png') no-repeat 87% center, -moz-linear-gradient(top, #3d3d3d 0%, #3d3d3d);
    background: url('images/arrow.png') no-repeat 87% center, -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#3d3d3d));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffbf00;
    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    font-family: Arial, Microsoft YaHei, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/*a.hpsPrimaryAction {
    color: #efefef;
}

a.hpsSecondaryAction {
    color: #555;
}*/

button.primaryButton:hover,
button.secondaryButton:hover,
a.primaryButton:hover,
a.secondaryButton:hover {
    cursor: pointer;
    cursor: hand;
    background-image: none;
    background-color: #D00;
}

button.altButton:hover,
a.altButton:hover {
    cursor: pointer;
    cursor: hand;
    background: #D00 url('images/arrow.png') no-repeat 87% center;
}

/*------------------------------------------------*/
/* SITE SPACING
/*------------------------------------------------*/
.spacingTop {
    margin-top: 30px;
}

.spacingRight {
    margin-right: 30px;
}

.spacingBottom {
    margin-bottom: 30px;
}

.spacingLeft {
    margin-left: 30px;
}

/*------------------------------------------------*/
/* SITE STRUCTURE */
/*------------------------------------------------*/
#userControls {
   background: #f2f2f2; 
   width: 100%; 
   height: 40px; 
   line-height: 40px;
}

.wrapper {
    margin: 0 Auto;
    width: 1024px;
}

.content-width {
    width: 1024px;
    margin: 0 auto;
}

/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
#search {
    float: left;
    width: 313px;
    height: 36px;
}

    #search a.SearchButton:link,
    #search a.SearchButton:visited {
        display: inline-block;
        float: right;
        height: 36px;
        width: 36px;
        margin: 0;
        padding: 0;
        background: #32B3A7 url('images/search.png') no-repeat center center;
        text-indent: -9999px;
    }

.shoppingcartButton {
    background: url(/images/New/icon-cart.png) no-repeat;
    padding-left: 28px;
}


#search a.SearchButton:hover {
    background: url('images/search.png') no-repeat center center, rgb(50,179,167); /* Old browsers */
    background: url('images/search.png') no-repeat center center, -moz-linear-gradient(top, rgba(50,179,167,1) 0%, rgba(64,206,193,1) 100%); /* FF3.6+ */
    background: url('images/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,179,167,1)), color-stop(100%,rgba(64,206,193,1))); /* Chrome,Safari4+ */
    background: url('images/search.png') no-repeat center center, -webkit-linear-gradient(top, rgba(50,179,167,1) 0%,rgba(64,206,193,1) 100%); /* Chrome10+,Safari5.1+ */
    background: url('images/search.png') no-repeat center center, -o-linear-gradient(top, rgba(50,179,167,1) 0%,rgba(64,206,193,1) 100%); /* Opera 11.10+ */
    background: url('images/search.png') no-repeat center center, -ms-linear-gradient(top, rgba(50,179,167,1) 0%,rgba(64,206,193,1) 100%); /* IE10+ */
    background: url('images/search.png') no-repeat center center, linear-gradient(to bottom, rgba(50,179,167,1) 0%,rgba(64,206,193,1) 100%); /* W3C */
}

#dnn_dnnSearch_txtSearch {
    display: block;
    float: left;
    width: 260px;
    height: 32px;
    padding: 0 5px 0 10px;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: 2px solid #32b3a7;
    color: #000;
    font-size: 14px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
        background: #fff;
        box-shadow: inset 0px 3px 8px #ccc;
    }
    
/*------------------------------------------------*/
/* quickLink qxx */
/*------------------------------------------------*/
.quickLink a { 
    color: #666;
}

.quickLink a:hover {
    color: #D00;
}


/*------------------------------------------------*/
/* LOGIN qxx */
/*------------------------------------------------*/
#login {
    width: 90%;
    float: right;
}

/*#login .registerGroup,
#login .registerGroup *,
#login .loginGroup,
#login .loginGroup * {
    display: block;
}*/

#login .registerGroup,
#login .loginGroup {
    float: left;
    padding: 0;
    margin: 0;
    width: 96%;
}

#login .loginGroup {
    width: auto;
}

#login .registerGroup li:first-child:hover {
    border-left: #222;
}

        /* Register Group Styles */
#login .registerGroup li {
float: left;
}

#login .registerGroup .buttonGroup {
margin-right: 0;
}

/*#login .registerGroup a,
#login .loginGroup a {
display: block;
position: relative;
height: 25px;
min-width: 12px;
padding: 7px 15px 0 15px;
vertical-align: middle;
}*/



#login .registerGroup a:hover,
#login .loginGroup a:hover {
    text-decoration: none;
}

#login .registerGroup a strong,
#login .loginGroup a strong {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    text-indent: -9999px;
}

#login .userMessages a,
#login .userNotifications a {
    background-color: #333;
}

#login .userMessages strong {
    height: 100%;
    background: url('images/icon_message.png') no-repeat center center;
}

#login .userNotifications {
    border-right: 1px solid #CCC;
}

    #login .userNotifications strong {
        height: 100%;
        background: url('images/icon_notification.png') no-repeat center center;
    }

#login .registerGroup a span {
    display: inline-block;
    position: absolute;
    right: 2px;
    top: -9px;
    min-width: 7px;
    margin-right: 3px;
    background: rgb(59,150,182); /* Old browsers */
    text-align: center;
    font-size: 11px;
    color: #fff;
    text-shadow: 0px 1px 0px #333333;
}

#login .registerGroup .userProfileImg a {
    min-width: 25px;
    min-height: 32px;
    padding: 0;
    background: none;
}

#login .registerGroup a img {
    height: 32px;
    width: 32px;
    background: #333;
}

/* Login Group Styles */
#login .loginGroup {  
    float: right;     
}
/*#login .loginGroup a ,#login .userDisplayName a{
    color: #ed6004;
    vertical-align:middle;   
    display:table-cell;
    padding:0 14px;
}*/
#login .loginGroup a：hover {
    color: #fff;
}
    

/* Number of message next to the message icon*/
#login .userMessages a span,
#login .userNotifications a span {
    display: inline-block;
    margin-top: 9px;
    margin-right: 0px;
    background-color: transparent;
    font-size: 10px;
}


/*------------------------------------------------*/
/* SITE HEADER */
/*------------------------------------------------*/
#siteHeadouter {
    background: #fff;
    /* CSS3 */
    /* -webkit-box-shadow: 1px 50px 100px 0px #cacaca;*/
    /* box-shadow: 1px 50px 100px 0px #cacaca;*/
}

#siteHeadinner {
    padding: 10px 0;
}

#logo {
    float: left;
}
/* Language */
.language .language-object {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
}

    .language .language-object span {
        float: left;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 5px;
        margin: 0;
    }

        .language .language-object span:first-child {
            padding-left: 8px;
        }

        .language .language-object span img {
            height: 12px;
            width: 17px;
            opacity: 0.3;
        }

        .language .language-object span:hover img {
            opacity: 1;
        }

    .language .language-object .Language.selected img {
        opacity: 1;
        border-color: #222;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    }

/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

/* Site Navigation qxx */
#nav {
    border-bottom: solid 2px #99d2d5;
    height: 98px;
}

#dnn_pnav {
    margin: 0 auto; 
}

#dnn_pnav li {
    text-align: center;
}

    #dnn_pnav li ul {
        margin-left: 0;
    }

#dnn_pnav > li {
    float: left;
    margin-right: 2px;
}

#dnn_pnav > li > a, #dnn_pnav > li > span {
    display: block;
    font-size: 18px;
    min-width: 80px;
    line-height: 98px;
    text-decoration: none;
    padding: 0 16px; 
    color: #666;
}

#dnn_pnav > li > span {
    cursor: default;
}

#dnn_pnav > li:hover > a, #dnn_pnav > li.active > a {
    color: #fff;
    background: #99d2d5;
}

#dnn_pnav > li:hover > a:active {
    color: #fff;
    background: #99d2d5;
}

    #dnn_pnav > li:hover > span {
        color: #fff; 
        background: #99d2d5;
    }

    /* Secondary level */
    #dnn_pnav > li ul { /* Styles for all sub levels */
        display: none;
        position: absolute;
        z-index: 2;
        width: 225px;
        padding: 0;
        background: #F5F7F7;
        border: 1px solid #cbcbcb;
        /* CSS3 */
        border-radius: 0px;
        /*box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1), 0px 0px 3px rgba(0,0,0,0.15);*/
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
        -webkit-animation-duration: .25s;
        -webkit-animation-delay: .2s;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-duration: .25s;
        -moz-animation-delay: .2s;
        -moz-animation-timing-function: ease;
        -moz-animation-fill-mode: both;
        -ms-animation-duration: .25s;
        -ms-animation-delay: .2s;
        -ms-animation-timing-function: ease;
        -ms-animation-fill-mode: both;
        animation-duration: .25s;
        animation-delay: .2s;
        animation-timing-function: ease;
        animation-fill-mode: both;
    }

#dnn_pnav li:hover > ul {
    display: block;
}

#dnn_pnav > li > ul { /* styles specific to secondary level */
    top: 35px;
    left: 0;
    padding: 15px 5px;
}

    #dnn_pnav > li > ul:after {
        position: absolute;
        top: -15px;
        left: 20px;
        content: '';
        width: 0px;
        height: 0px;
        border-left: 15px solid transparent; /* left arrow slant */
        border-right: 15px solid transparent; /* right arrow slant */
        border-bottom: 15px solid #F5F7F7; /* bottom, add background color here */
        font-size: 0px;
        line-height: 0px;
    }

#dnn_pnav > li ul a, #dnn_pnav > li ul span {
    display: block;
    padding: 3px 15px;
    color: #3B9FBF;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    /* transition decleration */
    transition: all ease-in 100ms;
    -moz-transition: all ease-in 100ms; /* Firefox 4 */
    -webkit-transition: all ease-in 100ms; /* Safari and Chrome */
    -o-transition: all ease-in 100ms; /* Opera */
    -ms-transition: all ease-in 100ms; /* IE9? */
}

#dnn_pnav > li ul span {
    color: #666;
    cursor: default;
}

#dnn_pnav ul li:last-child > a {
}

#dnn_pnav > li > ul li:hover > a {
    color: #D00;
    background: #F5F7F7;
}

/* Tertiary level */
#dnn_pnav li ul li ul {
    left: 225px;
    top: -8px;
    padding: 15px 5px;
    border-left: 1px solid #ddd;
}


/*------------------------------------------------*/
/* BREADCRUMBS */
/*------------------------------------------------*/
#Breadcrumb {
    padding-top: 20px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: solid 1px #c0c0c0;
}

    #Breadcrumb img {
        margin-left: 10px;
        margin-right: 10px;
    }

    #Breadcrumb a.breadcrumbLink:link,
    #Breadcrumb a.breadcrumbLink:visited {
        color: #666;
        font-size: 14px;
        font-weight: bold;
    }

    #Breadcrumb a.breadcrumbLink:hover {
        color: #3B96B6;
    }

/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/
.contentPane {
    width:100%;
}

/* Content Pane - Home qxx */
.leftPane_Home {
    float: left;
    width: 690px; /*min-height:500px;*/
}

.sidebarPane {
    float: right;
    width: 260px;
}

.newsLeft {
    float: left;
    width: 466px;
}

.newsRight {
    float: right;
    width: 466px;
}

.friendLink { 
    margin: 10px 0 0 0;
}

/* Content Pane - 2 columns */
.twoColRightPane {
    float: right;
    width: 260px;
}

.twoColLeftPane {
    float: left;
    width: 690px;
}

.leftPaneLowerLeft {
    float: left;
    width: 400px;
}

.leftPaneLowerRight {
    float: right;
    width: 260px;
}

/* Content Pane - 3 columns */
.threeColLeftPane,
.threeColCenterPane,
.threeColRightPane {
    float: left;
    width: 306px;
}

/* Content Pane - 3 columns Social */
.threeColSocialLeftPane {
    float: left;
    width: 110px;
}

.threeColSocialCenterPane {
    float: left;
    position: relative;
    width: 560px;
}

.threeColSocialRightPane {
    float: left;
    width: 250px;
}

/* Content Pane - Footer */
#footer {
    clear: both;
    /*height: 50px;*/
    /* background: url('images/globe.png') no-repeat;*/
}

.footerPane {
    float: left;
    width: 136px;
}

    .footerPane,
    .footerPane .Normal {
        color: #808080;
    }

.footerPaneRight {
    float: right;
}

/* Empty Panes */
.DNNEmptyPane {
    width: 0;
    margin: 0;
}

    .DNNEmptyPane.rightTwoCol + div {
        width: 100%;
    }

/* Copyright
    -------------------------------------*/
#copyright {
    font-size: 14px;
    color: #a6a6a6;
    margin-bottom: 25px;
}

    #copyright a:link,
    #copyright a:visited {
        font-size: 14px;
        color: #a6a6a6;
    }

    #copyright a:hover {
        color: #D00;
    }

    #copyright a.DNNMobileLink {
        color: #666;
        font-weight: bold;
    }

        #copyright a.DNNMobileLink:hover {
            color: #D00;
        }

/*------------------------------------------------*/
/* SOCIAL STYLE */
/*------------------------------------------------*/
/* ----------------------------------*/
/* DNN Module: Console */
/* ----------------------------------*/
.threeColSocial .console {
    width: 250px;
    height: auto;
    background-color: #484848; /* Menu Background Color */
}

.threeColSocial .console-none div {
    cursor: pointer;
    cursor: hand;
    float: left;
    height: auto;
    width: 250px;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.threeColSocial .console-none h3 {
    padding: 10px 8px 10px 40px;
    margin: 0;
    border-bottom: solid 1px #fff;
    background: url('images/arrow.png') 18px center no-repeat;
    color: #eee;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
}

.threeColSocial .console-none div div {
    display: none;
}

.threeColSocial .console-mouseon {
    background-color: #70b1c7; /* Menu Hover Background Color */
}

/* ----------------------------------*/
/* DNN Module: ViewProfile Image */
/* ----------------------------------*/
#UserProfileImg img {
    width: 100px;
    height: auto;
    border: solid 3px #fff;
}

.threeColSocial .UserProfileControls ul {
    margin: 15px 0;
}

    .threeColSocial .UserProfileControls ul li {
        list-style-type: none;
        margin-bottom: 3px;
    }

/* ----------------------------------*/
/* DNN Module: Member Directory (Send A Message, Follow, Subscribe) */
/* ----------------------------------*/
.threeColSocialRightPane .DnnModule #mdMemberList {
    margin: 0 0 30px 0;
}

.threeColSocialRightPane #mdMemberList ul {
    margin: 10px 0 0 0;
}

.threeColSocialRightPane #mdMemberList li {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    list-style-type: none;
}

.threeColSocialRightPane #mdMemberList > li {
    width: 216px;
    margin: 0;
    padding: 6px 17px;
    background: #d7d7d7;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
}

    .threeColSocialRightPane #mdMemberList > li:hover {
        z-index: 2; /*bring current li to top for tooltip */
        background: #d7d7d7;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
    }

/* ----------------------------------*/
/* DNN Module: ViewProfile (Activity Feed) */
/* ----------------------------------*/
.threeColSocial .journalTools {
    max-width: 560px;
}

.threeColSocial .journalrow {
    padding-bottom: 10px;
    border-bottom: solid 1px #c0c0c0;
    margin-bottom: 20px;
}

.threeColSocial .journalfooter {
    padding: 0;
    margin: 0;
}

.threeColSocial .journalrow div.journalitem p.journalfooter {
    font-size: 14px;
    padding: 0;
    margin-bottom: 0;
}

.threeColSocial .journalrow div.journalitem ul.jcmt {
    font-size: 14px;
}

.threeColSocial .journalrow div.journalitem .likes {
    padding: 2px 5px;
    background-color: #dbdbdb;
}

#journalEditor #journalContent .juser, .journalrow .juser {
    border: none;
    color: #3B96B6;
    background-color: transparent;
}

/* ----------------------------------*/
/* DNN Module: ViewProfile (Message) */
/* ----------------------------------*/
.threeColSocial #UserDisplayNameHeader h2 {
    padding-bottom: 10px;
    border-bottom: solid 1px #c0c0c0;
}

/* dnnAdminTabNav Style*/
.threeColSocial #smMainContent .ui-corner-all {
    border-radius: 0;
}

.threeColSocial ul.dnnAdminTabNav {
    height: 38px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial ul.dnnAdminTabNav li {
        margin-right: 1px;
    }

        .threeColSocial ul.dnnAdminTabNav li a {
            padding: 10px 15px;
            margin-bottom: 0px;
            border: none;
            background: #d7d7d7;
            -webkit-border-radius: 1px 1px 0px 0px;
            border-radius: 1px 1px 0px 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            color: #666;
            font-size: 14px;
            font-weight: bold;
            text-shadow: none;
        }

            .threeColSocial ul.dnnAdminTabNav li a:hover {
                background: #484848;
                color: #eee;
            }

        .threeColSocial ul.dnnAdminTabNav li.ui-tabs-active a {
            padding: 10px 15px;
            margin-top: 0px;
            background: #484848;
            color: #eee;
        }

/* Message & Notification number block*/
.threeColSocial .dnnAdminTabNav a span {
    display: inline;
    min-height: 12px;
    padding: 2px 6px;
    margin-right: 8px;
    background: rgb(59,150,182); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
    color: #eee;
    font-weight: normal;
    font-size: 11px;
}

/* Compose new message link */
.threeColSocial .dnnFormExpandContent {
    position: absolute;
    top: -40px;
    right: 0;
    height: 20px;
    font-size: 14px;
}

    .threeColSocial .dnnFormExpandContent a.ComposeMessage {
        font-size: 14px;
    }

/* compose button */
.threeColSocial a.hpsPrimaryAction {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #3B96B6;
    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Microsoft YaHei, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

    .threeColSocial a.hpsPrimaryAction:hover,
    .threeColSocial a.hpsPrimaryAction:active {
        cursor: pointer;
        cursor: hand;
        background-image: none;
        background-color: #D00;
    }

/* Message Control (Select, Actions, Inbox, Sent, Archived)*/
.threeColSocial .DnnModule .messageControls .dnnButtonGroup {
    margin-right: 0px; /* fixed Archived Button spacinging issue */
}

.threeColSocial .messageControls {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial .messageControls .messageFolders {
        float: right;
    }

/* number x-x of x */
.threeColSocial .messageFolders p {
    float: left;
    display: inline-block;
    padding: 8px 15px;
    margin: 0;
    color: #666;
    font-size: 14px;
}

    .threeColSocial .messageFolders p strong {
        color: #666;
        font-weight: bold;
    }

/* Messages / Notification Specific Button Styles
    -------------------------------------*/
/* Style for the Action menu bar*/
.threeColSocial .DnnModule-Messaging-Notifications .dnnTertiaryAction {
    width: auto !important;
    padding: 9px 10px;
    font-size: 14px;
}

/* Styles for select drop*/
.threeColSocial .DnnModule .selectDrop ul {
    top: 34px;
    min-width: 120px;
    padding: 10px 14px !important;
    border: 1px solid #c2c2c2;
    background: #e7e7e7;
    /*CSS3*/
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
}

/* Styles for select button on active state*/
.threeColSocial .selectDrop.active > a {
    background: #70b1c7;
    color: #eee;
    border-right: solid 0px #3B96B6;
    -webkit-box-shadow: inset 0px 1px 1px 0px #3B96B6;
    -moz-box-shadow: inset 0px 1px 1px 0px #3B96B6;
    box-shadow: inset 0px 1px 1px 0px #3B96B6;
}

/* when select drop down button is clicked toggle active class to show*/
.threeColSocial .selectDrop ul li {
    margin-bottom: 3px;
    font-size: 14px;
}

/* Remove corners and add dividers to buttons in button group */
.threeColSocial .dnnButtonGroup {
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    list-style: none;
}

.threeColSocial ul.dnnButtonGroup > li {
    border-left: none;
}

.threeColSocial .dnnButtonGroup > li > a {
    border-left: 1px solid #ddd; /*light*/
    border-right: 1px solid #bbb; /*dark*/
    background-color: #d7d7d7;
    color: #666;
}

    /* Conversations button selected*/
    .threeColSocial .dnnButtonGroup > li > a.active {
        color: #eee;
        border-right: 1px solid #3B96B6;
        background-color: #70b1c7;
    }

    /* Actions button hover*/
    .threeColSocial .dnnButtonGroup > li > a.disabled:hover {
        color: #eee;
        border-left: 1px solid #3B96B6;
        background-color: #70b1c7;
    }

/* Select button hover */
.threeColSocial .alpha > a:hover {
    color: #eee;
    background-color: #70b1c7;
    border-right: 1px solid #3B96B6;
}

/*First Button styles of a button group */
.threeColSocial .alpha > a,
.threeColSocial .alpha > a:hover,
.threeColSocial .alpha > a.active {
    border-left: 1px solid #70b1c7;
    /*CSS3*/
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*Last Button styles of a button group */
.threeColSocial .omega > a,
.threeColSocial .omega > a:active,
.threeColSocial .omega > a.active {
    border-right: 1px solid #70b1c7;
    /*CSS3*/
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* Archive Button */
.threeColSocial a.hpsSecondaryAction.ArchiveItems span {
    display: none; /* hide Archive text*/
}

.threeColSocial a.hpsSecondaryAction.ArchiveItems {
    height: 18px;
    min-width: 15px;
    margin-left: 5px;
    background: #d7d7d7 url('images/icon_bin.png') no-repeat center center;
    border-radius: 0;
    -webkit-box-shadow: none;
    text-shadow: none;
    box-shadow: none;
    color: #666;
    border: none;
}

    .threeColSocial a.hpsSecondaryAction.ArchiveItems:hover {
        background: #70b1c7 url('images/icon_bin.png') no-repeat center center;
    }

/*Archive, Sent, Archived buttons Hover*/
.threeColSocial .dnnTertiaryAction:hover, a.dnnTertiaryAction:hover {
    background-color: #70b1c7;
    color: #eee;
}

/* Messages / Notification List Item
    -------------------------------------*/
/* Listing Styles */
.threeColSocial .smListings {
    font-size: 14px;
}

.threeColSocial .DnnModule .smListings ul {
    margin: 0;
}

.threeColSocial .smListings > ul > li {
    padding-top: 10px;
    margin: 0;
    background: transparent;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial .smListings > ul > li.active {
        background: #f4f4f4; /* background color for active list items*/
    }

    .threeColSocial .smListings > ul > li:last-child {
        border-bottom: none;
    }

.threeColSocial .smListings [class^="ListCol-"] {
    padding: 1% 1% 1% 0;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-1 {
    min-width: 20px; /* Main message list: Checkbox column width on */
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-2 {
    min-width: 65px; /* Main message list: Avatar column width AND Drilldown message list: Message info column width*/
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-3 {
    width: 56%; /* Main message list: Message info column width AND Drilldown message list: Time column width */
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 {
    font-size: 11px; /* Main message list: Time column */
}

.threeColSocial .smTimeStamped {
    font-size: 11px;
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-1 {
    min-width: 65px; /* Drilldown message list: Avatar column width*/
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-2 {
    width: 56%; /* Drilldown message list: Message info column width*/
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 {
    float: right; /* Drilldown message list: Time column */
    width: 25%;
    font-size: 14px;
}

.threeColSocial .hoverControls a {
    font-size: 14px; /* All lists: Archive & Reply links */
    font-weight: bold;
}

.threeColSocial .DnnModule-Messaging-Details .smListings .meta {
    margin-bottom: 5px; /* Drilldown message list: UserName link */
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .meta a {
        font-weight: bold; /* Drilldown message list: UserName link */
    }

.threeColSocial .DnnModule-Messaging-Details .smListings .message {
    color: #999; /* Drilldown message list: Message text */
    margin: 0;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .subject {
    font-weight: bold;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .active .subject {
    font-size: 13px; /* All lists: unread message subject */
    margin-bottom: 3px;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .meta {
    margin-bottom: 8px; /* All lists: message From - Send to */
    line-height: 14px;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .message {
    color: #999; /* All lists: Message text */
}

/*Column 3 Styles*/
.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 ul li {
    margin-bottom: 0px; /* Drilldown message list: Time column */
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 ul li:first-child {
        color: #999; /* Drilldown message list: Time column */
    }

.threeColSocial .DnnModule-Messaging-Details .smListings .active .ActiveToggle:hover, .smListings .ActiveToggle {
    margin-left: 8px; /* Main message list: Time column-Mark as Read block */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .active .ActiveToggle, .smListings .ActiveToggle:hover {
        margin-left: 8px; /* Main message list: Time column-Mark as Read block hover */
        background: rgb(59,150,182); /* Old browsers */
        /*CSS3*/
        background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
        -webkit-box-shadow: 0px 1px 0px 0px #666;
        -moz-box-shadow: 0px 1px 0px 0px #666;
        box-shadow: 0px 1px 0px 0px #666;
    }
/*Column 4 Styles*/
.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 ul li {
    margin-bottom: 0px; /* All lists: Time column */
}

    .threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 ul li:first-child {
        color: #999; /* All lists: Time column */
    }

.threeColSocial .DnnModule-Messaging-Notifications .smListings .active .ActiveToggle:hover, .smListings .ActiveToggle {
    margin-left: 8px; /* Main message list: Time column-Mark as Read block */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
}

    .threeColSocial .DnnModule-Messaging-Notifications .smListings .active .ActiveToggle, .smListings .ActiveToggle:hover {
        margin-left: 8px; /* Main message list: Time column-Mark as Read block hover*/
        background: rgb(59,150,182); /* Old browsers */
        /*CSS3*/
        background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
        -webkit-box-shadow: 0px 1px 0px 0px #666;
        -moz-box-shadow: 0px 1px 0px 0px #666;
        box-shadow: 0px 1px 0px 0px #666;
    }

.threeColSocial .DnnModule-Messaging-Notifications .notificationControls {
    font-weight: bold; /* Main notifications list: Follow back & Dismiss links */
}

/* Message Header (subject & back button)
    -------------------------------------*/
.threeColSocial .messageHeader {
    padding: 0;
    margin: 0;
}

    .threeColSocial .messageHeader p {
        font-size: 13px;
        color: #666;
        float: left;
    }

        .threeColSocial .messageHeader p strong {
            color: #333;
        }

    .threeColSocial .messageHeader .returnLink {
        font-size: 14px;
        font-weight: bold;
    }

/* Show Previous Repies 
    -------------------------------------*/
.threeColSocial .morePrevMsgButton {
    color: #666;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    border: solid 1px #c0c0c0;
    background: #d7d7d7;
    -webkit-box-shadow: inset 0px 0px 3px 0px #ccc;
    -moz-box-shadow: inset 0px 0px 3px 0px #ccc;
    box-shadow: inset 0px 0px 3px 0px #ccc;
}

/* Reply Form
    -------------------------------------*/
.threeColSocial textarea#replyMessage {
    width: 94%;
    height: 75px;
    color: #666;
    border: 1px solid #c0c0c0;
    background: #f4f4f4;
}

    .threeColSocial textarea#replyMessage:focus,
    .threeColSocial textarea#replyMessage:active {
        color: #666;
        background: #fff;
    }

/*------------------------------------------------*/
/* GENERIC CLASSES
    /*------------------------------------------------*/

/* Clear-fix for floated elements 
    -------------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*------------------------------------------------*/
/* HOMEPAGE */
/*------------------------------------------------*/

/* Welcome Message*/
.content_intro {
    padding-top: 30px;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

    .content_intro h1 span {
        font-weight: normal;
    }

    .content_intro a {
        font-size: 14px;
    }

/* Featured Product */
.content_featured {
    color: #999;
    vertical-align: top;
}

    .content_featured h2 .TitleH2 {
        display: block;
        margin-bottom: 30px;
    }

    .content_featured .normal {
        font-weight: normal;
    }

    .content_featured img {
        margin-bottom: 25px;
    }

    .content_featured a.primaryButton {
        margin-left: 25px;
    }

/* News */
.content_newslist ul {
    margin: 0;
}

    .content_newslist ul li {
        list-style-type: none;
        margin-bottom: 30px;
    }

        .content_newslist ul li.last {
            margin-bottom: 0;
        }

        .content_newslist ul li img {
            float: left;
            margin-right: 20px;
            margin-bottom: 20px;
        }

        .content_newslist ul li h5 {
            margin-bottom: 5px;
        }

        .content_newslist ul li span,
        .content_newslist ul li strong {
            color: #a6a6a6;
        }

        .content_newslist ul li p {
            margin-top: 12px;
            margin-bottom: 12px;
        }

/* newslist with small thumbnail*/
.smallThumbnail img {
    width: 80px;
}

/* Ads 
    -------------------------------------*/
/* Ads - Copy Block Style */
.adContent {
    position: absolute;
    padding: 20px;
    background-color: #000;
    opacity: 0.7;
    color: #eee;
}

    .adContent h2 {
        margin-bottom: 5px;
        color: #eee;
        font-weight: normal;
    }

/* Ads - Style One: 400x270 */
.content_adstyleOne {
    position: relative;
    width: 400px;
    height: 270px;
    margin-right: 5px;
    color: #eee;
}

    .content_adstyleOne .adContent {
        bottom: 0;
        right: 0;
    }

/* Ads - Style Two: 570x130 */
.content_adstyleTwo {
    position: relative;
    width: 570px;
    height: 130px;
    margin-bottom: 10px;
}

    .content_adstyleTwo .adContent {
        top: 0;
    }

/* Footer 
    -------------------------------------*/
ul.footerlinks {
    margin: 0;
}

.footerlinks li {
    list-style: none;
    margin-bottom: 8px;
}

    .footerlinks li a:link,
    .footerlinks li a:visited {
        color: #808080;
    }

    .footerlinks li a:hover {
        color: #D00;
    }

ul.footerConnect {
    margin: 0px;
}

    ul.footerConnect li {
        display: inline-block;
        list-style-type: none;
        margin-right: 10px;
    }

/*------------------------------------------------*/
/* ABOUT US */
/*------------------------------------------------*/
/* Team 
    -------------------------------------*/
.content_team ul {
    margin: 0px;
}

    .content_team ul li {
        display: inline-block;
        width: 110px;
        margin-right: 30px;
        margin-bottom: 40px;
        text-align: center;
        list-style-type: none;
    }

        .content_team ul li.last {
            margin-right: 0;
        }

        .content_team ul li .teampic {
            width: 110px;
            height: 147px;
            margin-bottom: 15px;
            background-color: #bfbfbf;
        }

        .content_team ul li img {
            width: 110px;
            max-width: 110px;
            max-height: 147px;
        }

        .content_team ul li span {
            display: block;
            font-weight: bold;
            white-space: nowrap;
        }

/*------------------------------------------------*/
/* OUR PRODUCTS */
/*------------------------------------------------*/
.content_products ul {
    margin: 0;
}

    .content_products ul li {
        display: inline-block;
        width: 31%;
        margin-right: 30px;
        margin-bottom: 45px;
        vertical-align: top;
        list-style-type: none;
    }

        .content_products ul li.last {
            margin-right: 0;
        }

        .content_products ul li img {
            margin-bottom: 25px;
        }

/*------------------------------------------------*/
/* CONTACT US */
/*------------------------------------------------*/
/* One Column Form
-------------------------------------*/
.form_oneCol label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.form_oneCol input, .form_oneCol textarea {
    width: 94%;
}

/* Dealer Form 
    -------------------------------------*/
.form_dealer input {
    width: 200px;
    margin-bottom: 5px;
}

/*------------------------------------------------*/
/* Slide jquery
/*------------------------------------------------*/
#container {
    position: relative;
    z-index: 0;
    width: 260px;
    padding: 0px;
    margin: 0 auto;
}

#example {
    position: relative;
    width: 260px;
    height: 180px;
}

/* Slide -*/
#slides {
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
}

.slides_container {
    display: none;
    position: relative;
    width: 260px;
    overflow: hidden;
}

    .slides_container a {
        display: block;
        width: 260px;
        height: 180px;
    }

        .slides_container a img {
            display: block;
        }

/* Next/Prev buttons 
    -------------------------------------*/
#slides .next, #slides .prev {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 9px;
    left: 12px;
    padding: 0;
    z-index: 12;
}

#slides .prev {
    background: transparent url('images/left-arrow.png') center center no-repeat;
}

#slides .next {
    left: 96px;
    background: transparent url('images/right-arrow.png') center center no-repeat;
}

/* Page link -*/
.pagination_wrap {
    display: inline-block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 128px;
    height: 40px;
    opacity: 0.8;
    background-color: #222;
}

.pagination {
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 15px 40px;
}

    .pagination li {
        float: left;
        margin: 0 3px;
        list-style: none;
    }

        .pagination li a {
            float: left;
            display: block;
            width: 9px;
            height: 0;
            padding-top: 8px;
            background-image: url(images/pagination.png);
            background-position: 0 0;
            overflow: hidden;
        }

        .pagination li.current a {
            background-position: 0 -9px;
        }


/*------------------------------------------------*/
/* Mall qxx
/*------------------------------------------------*/

del {
    text-decoration: line-through;
}

em {
    font-style: normal;
}

.hide {
    display: none;
}

.relative {
    position: relative;
}

.float-right {
    float: right;
}
/*nav*/
.header-wrap {
    background-color: #fff;
    width: 100%;
}

.header {
    z-index: 199;
}

.navwrap {
    height: 36px;
}

#MallNav {
    height: 36px;
    width: 120px;
    padding: 0;
    z-index: 99;
    position: absolute;
}

.navbar {
    height: 36px;
    padding-left: 210px;
    position: relative;
}
/*-----------------------------------------------------Mall Category--------------------------------------------------*/
.navbar a {
    float: left;
    width: auto;
    text-align: center;
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
    font-size: 15px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    white-space: nowrap;
    border-right: 1px #931900 solid;
    border-left: 1px #a52600 solid;
    position: relative;
}

    .navbar a.first {
        border-left: 0 none;
    }

    .navbar a.last {
        border-right: 0 none;
    }

    .navbar a:hover {
        background-color: #8d1e01;
        color: #fff;
    }

    .navbar a.current {
        background-color: #6c1500;
        border-right: 1px #6c1500 solid;
        box-shadow: 0 0 10px #4f0000 inset;
        -webkit-box-shadow: 0 0 10px #4f0000 inset;
        -moz-box-shadow: 0 0 10px #4f0000 inset;
    }

    .navbar a:hover {
        text-decoration: none;
    }

    .navbar a.current:hover {
        color: #fff;
    }

.navbar .navbt {
    width: 105px;
    height: 30px;
    position: absolute;
    top: 3px;
    right: 10px;
    background: url(img/img_new/navbt.jpg) no-repeat;
    border: 0 none;
    float: none;
    font-size: 14px;
    line-height: 30px;
    padding: 0;
}

.productClassBox .classTtBox{
    padding: 50px 31px;
}
.classListBox .fstLink.active .upIcn-white{
    display: block;
}
.icon.upIcn-white {
  background-position: -78px -851px;
  width: 30px;
  height: 12px;
}
.productClassBox .classTtBox .classTt{
    width: 136px;
    height: 136px;
    display: table-cell;
    vertical-align: middle;
    border: solid 2px #835003;
    font-size: 24px;
    color: #835003;
    text-align: center;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari ºÍ Chrome */
    border-radius: 10px; /* Opera 10.5+, ÒÔ¼°Ê¹ÓÃÁËIE-CSS3µÄIEä¯ÀÀÆ÷ */
}
.lt-ie9 .productClassBox .classTtBox .classTt{
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari ºÍ Chrome */
    border-radius: 10px; /* Opera 10.5+, ÒÔ¼°Ê¹ÓÃÁËIE-CSS3µÄIEä¯ÀÀÆ÷ */
    position: relative;
    behavior: url(ie-css3.htc);
}
.classListDiv .classListDivR .classListBox{
    width: 100%;
    overflow:hidden;
}
.classListBox>li:first-child{
    background: none;
}
.classListBox .classList{
    display: none;
    margin-top: 8px;
    line-height: 24px;
    font-size: 16px;
    color: #000;
    position: relative;
    left: -10px;
    top: 0;
    padding: 14px 10px 6px 14px;
    background-color: #fff;
}
.classListBox .classList>li{
    margin: 0 0 8px 10px;
}
.classListBox .classList a {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: solid 2px #ffe6bc;
    color: #000;
    padding: 0 4px;
    width: 120px;
    overflow: hidden;
}
.classListBox .classList a:hover{
    border: solid 2px #fd6006;
    background-color: #fd6006;
    color: #fff;
}
.classListBox .category-name{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #000;
}
.classListBox .fstLink {
  padding: 0 8px 0 22px;
}
.classListBox li{
    position:relative;
}
/*****************************************************mall Category End************************************************************/
/*----------------------------------------------------worthiest per month------------------------------------------------------------*/
.monthOfferBox h2{
    padding-bottom: 2px;
    margin-bottom: 20px;
    border-bottom: solid 2px #834f03;
}
.product-grayBg{
    width: 460px;
    height: 600px;
    background: url("/images/product-grayBg.jpg") no-repeat bottom right;
}
.product-grayBg .conBox{
    width: 380px;
    height: 518px;
    border: solid 4px #dadada;
    background-color: #fff;
    padding: 12px;
    text-align: center;
    color: #826f48;
}
.product-grayBg .conBox img{
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari ºÍ Chrome */
    border-radius: 8px; /* Opera 10.5+, ÒÔ¼°Ê¹ÓÃÁËIE-CSS3µÄIEä¯ÀÀÆ÷ */
}
.lt-ie9 .product-grayBg .conBox img{
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari ºÍ Chrome */
    border-radius: 8px; /* Opera 10.5+, ÒÔ¼°Ê¹ÓÃÁËIE-CSS3µÄIEä¯ÀÀÆ÷ */
    position: relative;
    behavior: url(ie-css3.htc);
}
.product-grayBg .conBox h4{
    color: #826f48;
    font-size: 36px;
    font-weight: bold;
    line-height: 70px;
    margin-bottom: 0;
}
.product-blueBg{
    width: 466px;
    height: 242px;
    padding: 17px 22px 45px;
    background: url("/images/product-blueBg.jpg") no-repeat center;
}
.product-blueBg .conBox,.product-gridBg .conBox{
    border: solid 4px #dadada;
    background-color: #fff;
    padding: 10px 18px;
    color: #826f48;
    font-size: 18px;
}
.product-blueBg .conBox img,.product-gridBg .conBox img{
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari ºÍ Chrome */
    border-radius: 8px; /* Opera 10.5+, ÒÔ¼°Ê¹ÓÃÁËIE-CSS3µÄIEä¯ÀÀÆ÷ */
    width: 414px;
    height: 136px;
}
.lt-ie9 .product-blueBg .conBox img,.product-gridBg .conBox img{
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari ºÍ Chrome */
    border-radius: 8px; /* Opera 10.5+, ÒÔ¼°Ê¹ÓÃÁËIE-CSS3µÄIEä¯ÀÀÆ÷ */
    position: relative;
    behavior: url(ie-css3.htc);
}
.product-blueBg .conBox h4,.product-gridBg .conBox h4{
    color: #826f48;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
}
.product-gridBg{
    width: 412px;
    height: 556px;
    padding: 22px 24px;
    background: url("/images/product-gridBg.jpg") repeat;
}
.product-gridBg .conBox{
    padding: 11px 10px;
    height: 526px;
}
.product-gridBg .conBox img{
    width: 381px;
    height: 330px;
}


 /*productBox*/
.goodProductBox h2,.specialProductBox h2{
    padding-bottom: 2px;
    margin-bottom: 20px;
    border-bottom: solid 2px #834f03;
}
.goodProduct{
    padding: 0 30px;
}
.goodProduct .goodCon{
    padding-top: 110px;
    max-width: 502px;
}
.goodProduct .goodCon h4{
    font-size: 36px;
    margin-bottom: 22px;
    color: #826f48;
}
.goodProduct .goodCon .smTxt{
    font-size: 18px;
    color: #826f48;
    margin-bottom: 26px;
    line-height: 31px;
}
.goodProduct .goodCon .priceNow{
    font-size: 32px;
    margin-right: 52px;
}
.goodProduct .goodCon .priceLast{
    font-size: 18px;
    color: #826f48;
}
.goodProduct .goodCon li.orangeBtnBox{
    margin-right: 36px;
}
.goodProduct.good-l .goodCon{
    float: left;
}
.goodProduct.good-l img{
    float: right;
    width:394px;
    height:458px;
}
.goodProduct.good-r .goodCon{
    float: right;
    padding-top: 110px;
}
.goodProduct.good-r img{
    float: left;
}
.goodProduct.good-r .goodCon{
    text-align: right;
}
.goodProduct.good-r .goodCon .personNum{
    text-align: right;
}
.goodProduct.good-r .f-ull li{
    float: right;
}
.goodProduct.good-r .goodCon .priceNow{
    margin-left: 52px;
    margin-right: 0;
}
.goodProduct.good-r .goodCon li.orangeBtnBox{
    margin-left: 36px;
    margin-right: 0;
}
.goodProductBox-new{
    text-align: center;
    padding: 0 30px;
    margin-top: 30px;
}
.goodProductBox-new>.newTt{
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
}
.goodProductBox-new .newLeft,.goodProductBox-new .newRight{
    width: 414px;
    text-align: left;
}
.goodProductBox-new .newImg{
    width: 136px;
    padding-top: 46px;
}
.goodProductBox-new .newLeft>li,
.goodProductBox-new .newRight>li{
    height: 321px;
}
.goodProductBox-new .conBox{
    position: absolute;
    width: 228px;
    right: 0;
    top: 76px;
}
.goodProductBox-new .conBox .tt,.goodProductBox-new .conBox .tt:hover{
    position: relative;
    bottom: -7px;
    font-size: 18px;
    font-weight: bold;
    color: #fe7800;
    -moz-text-shadow:2px 2px 4px #c9c9c9;
    -webkit-text-shadow:2px 2px 4px #c9c9c9;
    text-shadow:2px 2px 4px #c9c9c9;
    filter: Shadow(Color='black', Direction='120', Strength='6')/*Direction阴影的方向*/
    filter: dropshadow(OffX=2, OffY=2, Color='black', Positive='true');
}
.goodProductBox-new .conBox .conTxt{
    color: #000;
    font-size: 14px;
    line-height: 18px;
    height: 38px;
    width: 200px;
    overflow: hidden;
    padding-bottom: 4px;
}
.goodProductBox-new .conBox .priceBox{
    line-height: 14px;
}
.goodProductBox-new .conBox .oldPrice{
    color: #898989;
    width: 58px;
    overflow: hidden;
}
.goodProductBox-new .conBox .newPrice{
    color: #c40000;
    font-size: 24px;
    width: 62px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}
.goodProductBox-new .newRight>li img{
    float: right;
}
.goodProductBox-new .newRight .conBox{
    left: 0;
}
.goodProductBox-new .newRight>li:first-child{
    margin-top: 158px;
}
.home-more{
    background: url("/images/home-2.png") no-repeat center;
    height: 435px;
}
.home-more a.moreA,.home-more a.moreA:hover{
    line-height: 44px;
    text-indent: 34px;
    color: #fff;
    font-size: 24px;
    position: relative;
    top: 392px;
    left: 594px;
}
.goodTips{
    width: 740px;
    margin-top: 66px;
}
.goodTips .fstTxt{
    font-size: 22px;
    line-height: 133px;
}
.goodTips .sedTxt{
    font-size: 12px;
    color: #fd6307;
    margin-top: 10px;
}
/*�ػݲ�Ʒ*/
.specialProductBox .specialProduct{
    padding: 67px 30px 13px;
}
.specialProductBox .specialProduct li{
    width: 50%;
    margin-bottom: 54px;
    overflow: hidden;
}
.specialProductBox .specialProduct li img{
    margin-bottom: 45px;
}
.specialProductBox .specialProduct li p{
    text-align: center;
    margin: 11px 0px;
    overflow: hidden;
    color: #666;
}
.specialProductBox .specialProduct li .productTxt{
    line-height: 24px;
    width: 372px;
    margin: 0 auto;
    height: 48px;
    overflow: hidden;
}
.specialProductBox .specialProduct li .price{
    margin-left: 55px;
}
.specialProductBox .specialProduct h4{
    text-align: center;
    color: #000;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 24px;
}
.specialProductBox .specialProduct li .price a{
    color: #fff;
    font-size: 24px;
    background: #fd6006;
    display: block;
    width: auto;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    margin-right: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari �� Chrome */
    border-radius: 10px; /* Opera 10.5+, �Լ�ʹ����IE-CSS3��IE������ */
}
.lt-ie9 .specialProductBox .specialProduct li .price a{
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    position: relative;
    behavior: url(ie-css3.htc);
}
.specialProductBox .specialProduct li .price a .l{
    margin-right: 23px;
}
.specialProductBox .specialProduct li .price a .right{
    font-size: 30px;
}
.specialProductBox .specialProduct li .price del{
    display: block;
    height: 50px;
    line-height: 76px;
    overflow: hidden;
    font-size: 24px;
}
/*************************************************worthest per month end******************************************************************/
a.navbt span {
    background: url(img/img_new/iconmap.jpg) no-repeat 1px 3px;
    padding-left: 18px;
}

.navbar a.navbt:hover {
    background: transparent url(img/img_new/navbt-hover.jpg) no-repeat;
}

.navbar a.navbt:hover span {
    background-image: url(img/img_new/iconmap-hover.jpg);
}

.newtg {
    display: block;
    width: 25px;
    height: 12px;
    position: absolute;
    right: 1px;
    top: -1px;
    z-index: 100;
    background: url(img/img_new/new-icon.png) no-repeat;
}

.pros {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1000;
    width: 175px;
}

    .pros h2 {
        width: 120px;
        height: 32px;
        line-height: 38px;
        color: #fff;
        padding-left: 16px;
        font-size: 16px;
        font-family: "\5FAE\8F6F\96C5\9ED1";
    }

.subpage h2 {
    background: url(img/img_new/icon-dropdown.jpg) no-repeat 122px center;
    cursor: pointer;
}

.subpage .prosul {
    display: none;
}

.prosul {
    padding-left: 3px;
    margin-top: 2px;
    _overflow: hidden;
    height: 414px;
}

    .prosul li, .prosul i {
        background: url(img/img_new/iconcatg.png) no-repeat;
        _background: url(img/img_new/iconcatg-8p.png) no-repeat;
    }

li.food {
    background-position: 10px 15px;
}

li.enjoy {
    background-position: 10px -35px;
}

li.women {
    background-position: 10px -85px;
}

li.life {
    background-position: 10px -135px;
}

li.travel {
    background-position: 10px -185px;
}

li.goods {
    background-position: 10px -235px;
}

.prosul li {
    line-height: 45px;
    height: 41px;
    _overflow: hidden;
    border-bottom: 1px #ccc dashed;
    margin-right: 3px;
    padding-left: 38px;
    width: 113px;
}

    .prosul li.prosahover {
        border-bottom: 1px #fff solid;
        background-color: #fff;
        margin-right: 0;
        padding-right: 3px;
        _background-image: url(../static/resouce/tuan/img/img_new/iconcatg-8a.png);
    }

.prosul a {
    color: #ffd0c0;
    padding-right: 8px;
    _padding-right: 6px;
    white-space: nowrap;
    display: inline-block;
    height: 50px;
}

    .prosul a.hot {
        background: url(img/img_new/icon-hot.png) right 8px no-repeat;
    }

.prosul li.prosahover a.hot {
    background-image: url(img/img_new/icon-hot-hover.png);
}

.prosul li.prosahover a {
    color: #636363;
}

.prosul li a.ti {
    font-size: 14px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    color: #fff;
}

.prosul li.prosahover a.ti {
    color: #d03322;
}

.prosul li a:hover {
    color: #d03322;
}

.prosul li.nochild a:hover {
    color: #fff;
}

.prosul li i {
    float: right;
    display: block;
    width: 3px;
    height: 50px;
    text-indent: -999em;
    background-position: 0 -276px;
    padding-right: 12px;
}

.prosul li.prosahover i {
    background-position: 0 -326px;
}

.prosul li.last {
    border-bottom: 0 none;
}

.prosul li.bd-solid {
    border-bottom: 1px #c22900 solid;
}

.prosul li.hotareas {
    background-image: none;
    padding-left: 12px;
    line-height: 26px;
    height: 106px;
    *overflow: hidden;
}

    .prosul li.hotareas i {
        line-height: 30px;
        margin-top: -2px;
        height: 40px;
        background-position: 0 -279px;
    }

.prosul li.prosahover i.i-area {
    background-position: 0 -329px;
}

.prosul li.hotareas a {
    line-height: 30px;
    height: 30px;
}

    .prosul li.hotareas a.hot {
        background-position: right 0;
    }

.prosul li h2 {
    padding-left: 0;
    line-height: 40px;
    display: inline;
}

.prosul li.prosahover h2 {
    color: #d03322;
}

.prosmore {
    padding: 15px 0 15px 15px;
    position: absolute;
    z-index: 999;
    left: 175px;
    top: 42px;
    background-color: #fff;
    border-left: 0 none;
    width: 214px;
    height: 382px;
    border: solid 1px #00B0A3;
    border-left: none;
    border-top: none;
}

.prosul .prosmore {
    text-align: left;
}

    .prosul .prosmore span {
        float: left;
        height: 36px;
        width: 107px;
        line-height: 22px;
    }

.prosul li .prosmore a {
    height: 18px;
    line-height: 18px;
    padding: 0 4px;
}

    .prosul li .prosmore a:hover {
        background-color: #00B0A3;
        color: #000;
    }

.prosmore em {
    font-weight: 400;
    padding-top: 9px;
    display: inline-block;
}

    .prosmore em.morehot {
        background: url(img/img_new/icon-hot-more.png) right top no-repeat;
        padding-right: 22px;
    }

.hotPane {
    /*border: 1px #c0c0c0 solid;*/
    padding: 8px 8px 20px 8px;
    width: 222px;
    margin: 20px 0 0 2px;
    float: right;
    margin-top: 10px;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
}


/*------------------------------------------------*/
/* CardDetail qxx
/*------------------------------------------------*/
.cardPane {
    float: left;
    width: 1024px;
}

.topHotPane {
    padding: 10px;
    height: 420px;
    position: relative;
    float: right;
}

.leftHotPane {
    border: 1px #c0c0c0 solid;
    padding: 8px;
    width: 121px;
    border-radius: 5px;
    float: left;
}

.DetailPane {
    /*float: right;
    margin: 0 0 0 10px;*/
}

.Home-span {
    /*padding: 0 5px;*/
    margin-top: 10px;
}

/*2015-4-27*/
i {
    font-style: normal;
}

.ht100 {
    height: 100%;
}

/*------------------------------------------------------top menu=-------------------------------------------------------*/
.topMenu {
    background-color: #f2f2f2;
    height: 38px;
    font-size: 14px;
}

.topMenu .wrapper {
    height: 100%;
    font-size: 14px;
    color: #666;
}

.topMenu .wrapper a, .topMenu.topMenu .wrapper a:link, .wrapper a:hover, .topMenu .wrapper a:visited, .topMenu .wrapper a:active {
    color: #666;
}

.topMenu .wrapper .l-Con {
    float: left;
    height: 100%;
    width: 100px;
}

.topMenu .wrapper .r-Con {
    float: left;
    height: 100%;
}

.topMenu .wrapper .r-Con .r-Con2 {
    height: 100%;
    line-height: 38px;
}
.topMenu .wrapper a{
    font-size: 14px;
}

/*------------------------------------------top menu end------------------------------------------------------------*/

/*----------------------------------------------------------------banner box----------------------------------------------------------*/
.bannerBoxIdx, .bannerBoxMall {
  background: url("/images/bannerIndex.png") no-repeat top center;
  background-size: 1600px auto;
  height: 536px;
  cursor:pointer;
  padding-bottom: 45px;
  min-width: 1024px;
}

.bannerBoxMall {
    background: url("/images/bannerMall.jpg") no-repeat top center;
}
/*微信*/
.weixinBox {
    width: 404px;
    height: 200px;
    top: 305px;
    left: 624px;
}

    .weixinBox .weixinImg {
        width: 161px;
        height: 161px;
        margin-right: 10px;
        -moz-box-shadow: 3px 3px 3px #b8b1a8;
        -webkit-box-shadow: 3px 3px 3px #b8b1a8;
        box-shadow: 3px 3px 3px #b8b1a8;
    }

.lt-ie9 .weixinBox .weixinImg {
    -moz-box-shadow: 3px 3px 3px #b8b1a8;
    -webkit-box-shadow: 3px 3px 3px #b8b1a8;
    box-shadow: 3px 3px 3px #b8b1a8;
    behavior: url(ie-css3.htc);
}

.weixinBox .contTxt {
    color: #845004;
    font-size: 24px;
    margin-top: 54px;
}

    .weixinBox .contTxt li {
        margin-top: 14px;
    }
/*救护车*/
.helpCarBox {
    left: 96px;
    top: 473px;
}

.helpCarBox .contTxt {
    margin-top: 16px;
}

.helpCarBox .contTxt li {
    color: #845004;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
/*客服热线*/
.kfBox {
    width: 370px;
    top: 335px;
    left: 650px;
    color: #835003;
    font-size: 18px;
}

.kfBox .phoneIcon {
    margin-right: 20px;
}
/*--------------------------------------------------------------banner box end-----------------------------------------------*/

/*-------------------------------------------------------------main menu-----------------------------------------------------*/
.mainMenu{
    border-bottom: solid 2px #0ccbd8;
    height: 98px;
}
.mainMenu .wrapper a.logoNew img{
    margin-top: 26px;
    width: 166px;
}
.menuList{ height: 100%;margin-left:46px;}

.menuList a:hover,.menuList a.active{
    background-color: #019faa;
    color: #fff;
}
/*---------------------------------------------------------main menu end-----------------------------------------------------------*/
/*----------------------------------------icon begin-----------------------------------------*/
.icon{
    display: inline-block;
    *display:block;
    *float: left;
    vertical-align: text-bottom;
    background: url("../images/icon.png") no-repeat;
}
.icon.f-vm{
    vertical-align: middle;
}
.icon.f-vt{
    vertical-align: top;
}
.icon.f-dn{
    display: none;
}
.icon.home{
    background-position: -5px -1px;
    width: 16px;
    height: 16px;
}
.icon.vipCustmr{
    background-position: -5px -32px;
    width: 16px;
    height: 16px;
}
.icon.pigIcn{
    background-position: -4px -66px;
    width: 16px;
    height: 16px;
}
.icon.shopCart{
    background-position: -5px -100px;
    width: 16px;
    height: 16px;
}
.icon.shopCart-white{
    background-position: -5px -133px;
    width: 23px;
    height: 22px;
}
.icon.helpCar{
    background-position: -294px -4px;
    width: 102px;
    height: 61px;
}
.icon.appIcon{
    background-position: -77px 0px;
    width: 58px;
    height: 58px;
}
.icon.personIcon{
    background-position: -77px -64px;
    width: 58px;
    height: 58px;
}
.icon.vipCustmr-gray{
    background-position: -42px -4px;
    width: 19px;
    height: 19px;
}
.icon.edit{
    background-position: -42px -38px;
    width: 17px;
    height: 17px;
}
.icon.jptj{
    background-position: -294px -199px;
    width: 249px;
    height: 60px;
}
.icon.thcp{
    background-position: -294px -264px;
    width: 249px;
    height: 60px;
}
.icon.shopCartIcon{
    background-position: -78px -137px;
    width: 50px;
    height: 50px;
}
.icon.toUpIcon{
    background-position: -240px -1px;
    width: 25px;
    height: 81px;
    z-index:1889;
}
.icon.toDownIcon{
    background-position: -240px -91px;
    width: 25px;
    height: 81px;
    z-index:1889;
}
.icon.phoneIcon{
    background-position: -78px -199px;
    width: 49px;
    height: 54px;
}
.icon.dyth{
    background-position: -294px -330px;
    width: 248px;
    height: 60px;
}
.icon.txtIcon{
    background-position: -295px -426px;
    width: 432px;
    height: 149px;
}
.icon.sinaIcon{
    background-position: -42px -74px;
    width: 22px;
    height: 18px;
}
.icon.weixinIcon{
    background-position: -42px -103px;
    width: 22px;
    height: 18px;
}
.icon.qqIcon{
    background-position: -42px -129px;
    width: 17px;
    height: 18px;
}
.icon.qzoneIcon{
    background-position: -42px -154px;
    width: 19px;
    height: 17px;
}
.icon.unClickPack{
    background-position: -76px -265px;
    width: 50px;
    height: 50px;
}
.icon.clickPack{
    background-position: -76px -331px;
    width: 48px;
    height: 48px;
}
.icon.gift{
    background-position: -76px -404px;
    width: 27px;
    height: 31px;
}
.icon.ipt{
    background-position: -4px -165px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.icon.ipt.active{
    background-position: -4px -195px;
    width: 20px;
    height: 20px;
}
.icon.ipt.unActive{
    background-position: -4px -697px;
    width: 20px;
    height: 20px;
    cursor: default;
}
.icon.delete{
    background-position: -4px -230px;
    width: 18px;
    height: 21px;
}
.icon.txtIcon2{
    background-position: -77px -450px;
    width: 36px;
    height: 36px;
}
.icon.note{
    background-position: -77px -501px;
    width: 36px;
    height: 36px;
}
.icon.edit2{
    background-position: -42px -254px;
    width: 18px;
    height: 19px;
}
.icon.delete2{
    background-position: -4px -259px;
    width: 15px;
    height: 19px;
}
.icon.selt{
    background-position: -43px -301px;
    width: 22px;
    height: 21px;
}
.icon.selted{
    background-position: -42px -199px;
    width: 15px;
    height: 15px;
}
.icon.edited{
    background-position: -42px -282px;
    width: 12px;
    height: 12px;
}
.icon.deleted{
    background-position: -4px -289px;
    width: 12px;
    height: 14px;
}
.icon.yes{
    background-position: -42px -223px;
    width: 18px;
    height: 18px;
}
.icon.yes2{
    background-position: -79px -770px;
    width: 29px;
    height: 28px;
}
.icon.yes2-no{
    background-position: -79px -807px;
    width: 29px;
    height: 28px;
}
.icon.warn{
    background-position: -43px -331px;
    width: 18px;
    height: 18px;
}
.icon.hollow{
    background-position: -160px -200px;
    width: 69px;
    height: 12px;
}
.icon.certificate{
    background-position: -3px -313px;
    width: 11px;
    height: 18px;
}
.icon.dwIcon{
    background-position: -43px -360px;
    width: 16px;
    height: 16px;
}
.icon.upIcon{
    background-position: -43px -381px;
    width: 16px;
    height: 16px;
}
.icon.dwIcon2{
    background-position: -5px -603px;
    width: 12px;
    height: 12px;
}
.icon.upIcon2{
    background-position: -5px -624px;
    width: 12px;
    height: 12px;
}
.icon.dwIcon3{
    background-position: -5px -647px;
    width: 17px;
    height: 15px;
}
.icon.upIcon3{
    background-position: -5px -670px;
    width: 17px;
    height: 16px;
}
.icon.order{
    background-position: -159px -252px;
    width: 24px;
    height: 25px;
}
.icon.appOrder{
    background-position: -159px -287px;
    width: 24px;
    height: 25px;
}
.icon.report{
    background-position: -227px -327px;
    width: 28px;
    height: 21px;
}
.icon.coupons{
    background-position: -159px -368px;
    width: 24px;
    height: 12px;
}
.icon.integral{
    background-position: -159px -398px;
    width: 24px;
    height: 22px;
}
.icon.integralGift{
    background-position: -159px -665px;
    width: 24px;
    height: 25px;
}
.icon.bindIcon{
    background-position: -159px -436px;
    width: 24px;
    height: 24px;
}
.icon.family{
    background-position: -159px -476px;
    width: 24px;
    height: 21px;
}
.icon.infoSet{
    background-position: -159px -515px;
    width: 24px;
    height: 18px;
}
.icon.addressSet{
    background-position: -159px -551px;
    width: 24px;
    height: 21px;
}
.icon.safeSet{
    background-position: -159px -588px;
    width: 24px;
    height: 24px;
}
.icon.suggest{
    background-position: -159px -627px;
    width: 24px;
    height: 20px;
}
.icon.bigRight{
    background-position: -77px -553px;
    width: 41px;
    height: 32px;
}
.icon.male{
    background-position: -5px -369px;
    width: 14px;
    height: 18px;
}
.icon.male.active{
    background-position: -5px -345px;
    width: 14px;
    height: 18px;
}
.icon.female{
    background-position: -5px -419px;
    width: 10px;
    height: 18px;
}
.icon.female.active{
    background-position: -5px -394px;
    width: 10px;
    height: 18px;
}
.icon.sexUnknown{
    background-position: -43px -782px;
    width: 15px;
    height: 18px;
}
.icon.sexUnknown.active{
    background-position: -43px -757px;
    width: 15px;
    height: 18px;
}
.icon.delete3{
    background-position: -43px -463px;
    width: 22px;
    height: 25px;
}
.icon.edit3{
    background-position: -42px -504px;
    width: 25px;
    height: 25px;
}
.icon.saleTips{
    background-position: -295px -600px;
    width: 87px;
    height: 65px;
}
.icon.delete4{
    background-position: -5px -481px;
    width: 13px;
    height: 16px;
}
.icon.edit4{
    background-position: -4px -450px;
    width: 16px;
    height: 16px;
}
.icon.rightCircle{
    background-position: -5px -508px;
    width: 16px;
    height: 16px;
}
.icon.closeIcn{
    background-position: -3px -536px;
    width: 24px;
    height: 24px;
}
.icon.diamondBlue{
    background-position: -593px -199px;
    width: 58px;
    height: 58px;
}
.icon.circleLock{
    background-position: -77px -599px;
    width: 44px;
    height: 44px;
}
.icon.circleUser{
    background-position: -77px -659px;
    width: 44px;
    height: 44px;
}
.icon.circleYes{
    background-position: -78px -719px;
    width: 44px;
    height: 44px;
}
.icon.pinkNote{
    background-position: -295px -720px;
    width: 353px;
    height: 37px;
}
.icon.chekIcn{
    background-position: -5px -572px;
    width: 17px;
    height: 17px;
}
.icon.expired{
    background-position: -405px -600px;
    width: 87px;
    height: 65px;
}
.icon.nextStep{
    background-position: -671px -199px;
    width: 17px;
    height: 20px;
}
.icon.preStep{
    background-position: -671px -229px;
    width: 17px;
    height: 20px;
}
.icon.payStep{
    background-position: -703px -237px;
    width: 22px;
    height: 20px;
}
.icon.stepIcn1{
    background-position: -571px -274px;
    width: 36px;
    height: 36px;
}
.icon.stepIcn2{
    background-position: -621px -274px;
    width: 36px;
    height: 36px;
}
.icon.stepIcn2.active{
    background-position: -622px -324px;
    width: 36px;
    height: 36px;
}
.icon.stepIcn3{
    background-position: -670px -274px;
    width: 36px;
    height: 36px;
}
.icon.stepIcn3.active{
    background-position: -670px -324px;
    width: 36px;
    height: 36px;
}
.icon.stepIcn4{
    background-position: -717px -274px;
    width: 36px;
    height: 36px;
}
.icon.stepIcn4.active{
    background-position: -718px -324px;
    width: 36px;
    height: 36px;
}
.icon.stepIcn5{
    background-position: -763px -274px;
    width: 36px;
    height: 36px;
}
.icon.stepIcn5.active{
    background-position: -763px -323px;
    width: 36px;
    height: 36px;
}
.icon.numberBg{
    background-position: -703px -199px;
    width: 30px;
    height: 30px;
}
.icon.selt-yes{
    background-position: -572px -324px;
    width: 36px;
    height: 37px;
}
.icon.selt-no{
    background-position: -572px -369px;
    width: 36px;
    height: 36px;
}
.icon.addressIcn{
    background-position: -4px -735px;
    width: 22px;
    height: 22px;
}
.icon.phoneIcn2{
    background-position: -3px -771px;
    width: 22px;
    height: 22px;
}
.icon.busIcn{
    background-position: -5px -805px;
    width: 22px;
    height: 23px;
}
.icon.subwayIcn{
    background-position: -5px -850px;
    width: 22px;
    height: 25px;
}
.icon.okIcn{
    background-position: -740px -238px;
    width: 23px;
    height: 23px;
}
.icon.unSelectIcn {
    background-position: -768px -233px;
    width: 28px;
    height: 28px;
}

.icon.imgIcn{
    background-position: -42px -552px;
    width: 24px;
    height: 23px;
}
.icon.imgIcnHover,.icon.imgIcn.active{
    background-position: -42px -592px;
    width: 24px;
    height: 23px;
}
.icon.placeIcn{
    background-position: -43px -641px;
    width: 18px;
    height: 24px;
}
.icon.placeIcnHover,.icon.placeIcn.active{
    background-position: -43px -685px;
    width: 18px;
    height: 24px;
}
.icon.closeIcn2{
    background-position: -43px -727px;
    width: 22px;
    height: 22px;
}
.icon.newTt{
    background-position: -295px -769px;
    width: 247px;
    height: 42px;
}
.icon.lineOrange-left{
    background-position: -295px -874px;
    width: 228px;
    height: 13px;
}
.icon.lineOrange-right{
    background-position: -387px -904px;
    width: 228px;
    height: 13px;
}
.icon.goToBuy{
    background-position: -294px -823px;
    width: 152px;
    height: 40px;
}
.icon.moreA{
    background-position: -293px -933px;
    width: 361px;
    height: 44px;
}
.icon.diamond1{
    background-position: -664px -600px;
    width: 136px;
    height: 133px;
    color: #fff;
}
.icon.diamond2{
    background-position: -663px -742px;
    width: 137px;
    height: 133px;
    color: #fd6307;
}
/*-------------------------------------------------------------Icon--End---------------------------------------------------*/


/*-----功能 .f- 开头----*/
.f-db {
    display: block;
}
.f-dn {
    display: none;
}
.f-ib {
    display: inline-block;
    *display: block;
    *float: left;
}
.f-pr {
    position: relative;
}
.f-pa{
    position: absolute;
}
.f-pf {
    position: fixed;
}
.f-center {
    margin: 0 auto;
}
.f-fwb {
    font-weight: bold;
}
.f-tac {
    text-align: center !important;
}
.f-tar {
    text-align: right !important;
}
.f-tal {
    text-align: left !important;
}
.f-vb {
    vertical-align: bottom;
}
.f-tdCell {
    display: table-cell;
    vertical-align: middle;
}/*垂直居中*/
.u-table.f-vat td,.u-table.f-vat th{
    vertical-align: top;
}
.f-tabCon .f-tabUl{
    display: none;
}

.f-pt10{
    padding-top: 10px;
}
.f-pt20{
    padding-top: 20px;
}
.f-pl5 {
    padding-left: 5px;
}
.f-pl15{
    padding-left: 15px;
}
.f-pl48 {
    padding-left: 48px;
}
.f-pr12{
    padding-right: 12px;
}
.f-pr14 {
    padding-right: 14px !important;
}
.f-pr20 {
    padding-right: 20px !important;
}
.f-pr35{
    padding-right: 35px !important;
}
.f-ml8{
    margin-left: 8px;
}
.f-mr14 {
    margin-right: 14px !important;
}
.f-ml16{  margin-left: 16px;}
.f-mr10 {
    margin-right: 10px;
}
.f-mr30 {
    margin-right: 30px;
}
.f-mr36 {
    margin-right: 36px;
}
.f-mr40 {
    margin-right: 40px;
}
.f-mb10 {
    margin-bottom: 10px;
}
.f-mb12 {
    margin-bottom: 12px;
}
.f-mb16 {
    margin-bottom: 16px;
}
.f-mb20 {
    margin-bottom: 20px !important;
}
.f-mb23{
    margin-bottom: 23px;
}
.f-mb25 {
    margin-bottom: 25px;
}
.f-mb33 {
    margin-bottom: 33px;
}
.f-mb46 {
    margin-bottom: 46px;
}
.f-mb60 {
    margin-bottom: 60px;
}
.f-mb65 {
    margin-bottom: 65px;
}
.f-mb70 {
    margin-bottom: 70px;
}
.f-mt10 {
    margin-top: 10px;
}
.f-mt16 {
    margin-top: 16px;
}
.f-mt20 {
    margin-top: 20px;
}
.f-mt30 {
    margin-top: 30px;
}
.f-mt50{
    margin-top: 50px;
}
.f-mt80 {
    margin-top: 80px;
}
.f-pb60 {
    padding-bottom: 60px;
}
.f-retm {
    margin: 0;
}
.f-retml {
    margin-left: 0;
}
.f-ull>li{
    float: left;
}
.f-ulr>li {
    float: right;
}
.f-ul-f18 li{
    font-size: 18px;
    line-height: 24px;
}
.f-ul2{
    margin-left: -10px;
}
.f-ul2>li{
    width: 48%;
    float: left;
    margin-left: 10px;
}
.f-lmt10 li {
    margin-top: 10px;
}
.f-lml18 li{
    margin-left: 18px;
}
.f-lmr24 li{
    margin-right: 24px;
}
.f-lmb14 li{
    margin-bottom: 14px;
}
.f-lh24 li{
    line-height: 24px;
}
/*-----模块-----*/
.m-bgYellow {
    background: url("/images/mainBj.jpg") repeat-x #fefdf6;
    background-size: contain;
}
.m-bgBlue{
    background: #f6f7f8;
}
.u-table {
    width: 100%;
}
.u-table.brownTb th>div {
    border-bottom: solid 3px #834f03;
    margin: 0 2px;
    font-size: 18px;
    padding-bottom: 8px;
}
input.u-ipt.ipt-circle,select.u-ipt.ipt-circle{
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari 和 Chrome */
    border-radius: 4px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.lt-ie9 input.u-ipt.ipt-circle,select.u-ipt.ipt-circle{
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari 和 Chrome */
    border-radius: 4px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    behavior: url(ie-css3.htc);
}
input.u-ipt, select.u-ipt {
    color: #666;
    /*font-size: 18px;*/
    height: 20px;
    line-height: 20px;
    border: solid 1px #d6d6d6;
    background-color: #fff;
    padding: 6px 8px;
    margin: 0;
    font-family: Arial,"Microsoft YaHei";
}
input.u-ipt.error,select.u-ipt.error{
    border-color: #ff1818;
}
select.u-ipt {
    height: 32px;
    padding: 0 6px;
    font-family: "Microsoft YaHei";
}
input.u-ipt.ipt-h30{
    font-size: 14px;
    height: 16px;
    padding: 6px 8px;
}
select.u-ipt.ipt-h30{
     font-size: 14px;
     padding: 4px 8px;
 }
/*-----元件-----*/
.u-btn {
    display: inline-block;
    *display: block;
    *float: left;
    text-align: center;
    border: 0 none;
}
.u-btn.f-db {
    display: block;
}
.u-btn.orangeBtn, .u-btn.yellowBtn, .u-btn.yellowBtn-w180, .u-btn.orangeBtn-w271, .u-btn.yellowBtn-w272 {
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    background: url("/images/icon.png") no-repeat;
    background-position: -294px -80px;
    border: 0 none;
}
.u-btn.yellowBtn {
    background-position: -294px -138px;
}
.u-btn.yellowBtn-w180 {
    width: 180px;
    background-position: -471px -17px;
}
.u-btn.orangeBtn-w271 {
    width: 271px;
    background-position: -471px -79px;
}
.u-btn.yellowBtn-w272 {
    width: 272px;
    background-position: -471px -137px;
}
.u-btn.orangeBtn2, .u-btn.orangeBtn2:hover {
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari 和 Chrome */
    border-radius: 8px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    background: #fd6006;
    color: #fff !important;
    font-size: 24px;
    cursor: pointer;
}
.lt-ie9 .u-btn.orangeBtn2, .u-btn.orangeBtn2:hover {
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari 和 Chrome */
    border-radius: 8px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    position: relative;
    behavior: url(ie-css3.htc);
}
.u-btn.blueBtn, .u-btn.blueBtn:hover {
    background-color: #17a2d5;
    color: #fff;
    font-size: 18px;
}
.u-btn.orangeBtn3,.u-btn.orangeBtn3:hover{
    background-color: #ed6004;
    color: #fff;
    font-size: 18px;    
    background: -moz-linear-gradient(top, #fd6006 0%, #fd6006 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd6006), color-stop(100%,#fd6006)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fd6006 0%,#fd6006 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #fd6006 0%,#fd6006 100%); /* W3C */
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 0px #fff;
    font-weight: normal;
}

.u-btn.yellowBtn3,.u-btn.yellowBtn3:hover{
    background-color: #f39800;
    color: #fff;
    font-size: 18px;
}

.u-btn.orangeBtn4,.u-btn.orangeBtn4:hover{
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari 和 Chrome */
    border-radius: 8px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    background-color: #ed6004;
    color: #fff;
}
.lt-ie9 .u-btn.orangeBtn4,.u-btn.orangeBtn4:hover{
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari 和 Chrome */
    border-radius: 8px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.u-btn.blueBtn2,.u-btn.blueBtn2:hover{
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari 和 Chrome */
    border-radius: 8px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    background-color: #18a1f0;
    color: #fff;
}
.lt-ie9 .u-btn.blueBtn2,.u-btn.blueBtn2:hover{
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari 和 Chrome */
    border-radius: 8px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.u-btn.yellowBtn2,.u-btn.yellowBtn2:hover{
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari 和 Chrome */
    border-radius: 8px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    background-color: #f0c518;
    color: #fff;
}
.u-btn.blueBtn3,.u-btn.blueBtn3:hover{
    background-color: #ace0f3;
    color: #fff;
    font-size: 18px;
}
.lt-ie9 .u-btn.yellowBtn2,.u-btn.yellowBtn2:hover{
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari 和 Chrome */
    border-radius: 8px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.u-btn.whiteBtn,.u-btn.whiteBtn:hover{
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari 和 Chrome */
    border-radius: 8px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    background-color: #fff;
    color: #9c9c9c;
    border: solid 1px #e4e4e4;
}
.lt-ie9 .u-btn.whiteBtn,.u-btn.whiteBtn:hover{
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari 和 Chrome */
    border-radius: 8px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.u-btn.armyGreenBtn,.u-btn.armyGreenBtn:hover{
    background-color: #834f03;
    color: #fff;
    font-size: 18px;
}
.u-btn.btn-h28{
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
}
.u-btn.btn-h30{
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 18px;
}
.u-btn.btn-h30-2,.u-btn.btn-h30-2:hover{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
}
.u-btn.btn-h42 {
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
}
.u-btn.btn-h32 {
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
}
.u-btn.btn-h36{
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 18px !important;
}
.u-btn.btn-h50 {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
a.u-toTop, a.u-shopCartA {
    position: fixed;
    display: block;
    right: 100px;
}
a.u-toTop {
    display: none;
    width: 12px;
    height: 60px !important;
    line-height: 14px;
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    padding-top: 24px;
    bottom: 0;
}
a.u-toDown {
    width: 12px;
    height: 60px !important;
    line-height: 14px;
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    padding-bottom: 24px;
    top: 45px;
    position: fixed;
    display: block;
    right: 100px;
}
a.u-shopCartA {
    width: 50px;
    height: 50px;
    bottom: 195px;
}
a.u-shopCartA .cartNum {
    display: none;
    position: relative;
    top: -10px;
    right: -30px;
    display: block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background-color: #fff;
    color: #ed6004;
    font-size: 18px;
    font-weight: bold;
    border: solid 2px #ed6004;
    -moz-border-radius: 50%; /* Firefox */
    -webkit-border-radius: 50%; /* Safari 和 Chrome */
    border-radius: 50%; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.lt-ie9 a.u-shopCartA .cartNum {
    -moz-border-radius: 50%; /* Firefox */
    -webkit-border-radius: 50%; /* Safari 和 Chrome */
    border-radius: 50%; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    position: relative;
    behavior: url(ie-css3.htc);
}
a.u-crease, a.u-crease:link {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 9px;
    border: solid 1px #cacaca;
    color: #949494;
    text-align: center;
    font-size: 14px;
}
a.u-crease:visited, a.u-crease:hover, a.u-crease:active {
    border-color: #ed6004;
    color: #ed6004 !important;
}
/*checkbox模拟*/
.selectIpt.icon {
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: solid 2px #c3c3c3;
    position: absolute;
    top: 38px;
    left: 34px;
    border-radius: 2px;
    -moz-border-radius: 2px; /* Firefox */
    -webkit-border-radius: 2px; /* Safari 和 Chrome */
    border-radius: 2px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.lt-ie9 .selectIpt.icon {
    border-radius: 2px;
    -moz-border-radius: 2px; /* Firefox */
    -webkit-border-radius: 2px; /* Safari 和 Chrome */
    border-radius: 2px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    behavior: url(ie-css3.htc);
}
.selectIpt.icon.active {
    border-color: #ed6004;
    background: url("/images/icon.png") no-repeat #fff;
    background-position: -39px -179px;
    width: 16px;
    height: 16px;
}
.personInfoWithBg{
    position:absolute;
    left:0;
    right:0;
    height:210px;
    padding-top: 45px;
    background-color: #ffedd4;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fefef7), to(#ffedd4));
    background: -moz-linear-gradient(top, #fefef7, #ffedd4);
    background: -o-linear-gradient(top, #fefef7, #ffedd4);
    background: -ms-linear-gradient(#fefef7 0%,#ffedd4 100%);
    display:none;
    z-index:-10;
}
.redCircle{
    display: inline-block;
    width: 8px;
    height: 8px;
    line-height: 24px;
    background-color: #fd6006;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.lt-ie9 .redCircle{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    behavior: url(ie-css3.htc);
}
.u-circleBorder{
    border: solid 1px #f3f3f3;
    padding: 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.lt-ie9 .u-circleBorder{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    behavior: url(ie-css3.htc);
}
/*树状分支*/
.u-tree-default{
    padding-left: 10px;
}
.u-tree-default .u-tree-node{
    min-height: 24px;
    line-height: 24px;
    min-width: 20px;
    background-position: -49px 0;
    background-repeat: repeat-y;
}
.u-tree-default .u-tree-node .u-tree-Txt{
    margin-left: 8px;
    margin-top: 6px;
}
.u-tree-default .u-tree-node .u-tree-Txt li{
    width: 83px;
    height: 24px;
    overflow: hidden;
}
.u-tree-default .u-tree-node,.u-tree-default .u-tree-icon{
    background-image: url(../images/treeBg.png);
}
.u-tree-default .u-tree-node:last-child{
     background: 0 0;
}
.u-tree-default .u-tree-icon,.u-tree-default .u-tree-icon:empty {
    width: 20px;
    height: 19px;
    line-height: 24px;
    background-position: -10px 0;
}
.u-tree-icon:empty {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: center;
}
.u-tree-node .treeClass{
    line-height: 36px;
}
/*个人中心模块标题类*/
.u-ttType1{
    height: 28px;
    line-height: 28px;
    padding-left: 8px;
    border-left: solid 2px #fd6006;
}
.u-ttType1 .ttTxt{
    font-size: 18px;
}
.u-ttType1 a.r,.u-ttType1 a.r:hover{
    color: #9c9c9c;
}
/*分页*/
.u-page{
    text-align: center;
}
.u-page li{
    margin: 0 2px;
}
.u-page li:first-child,.u-page li:last-child{
    margin: 0 10px;
}
.u-page li a,.u-page li a.disA{
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: solid 1px #cecece;
    color: #cecece;
    line-height: 18px;
    text-align: center;
}
.u-page li a:hover,.u-page li a.active{
    width: 20px;
    height: 20px;
    background-color: #fd6006;
    border: 0 none;
    color: #fff;
    line-height: 20px;
}
.u-page li a.disA:hover{
    cursor: default;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: solid 1px #cecece;
    color: #cecece;
    line-height: 18px;
    text-align: center;
}
.u-page li .point{
    width: 20px;
    height: 20px;
    color: #cecece;
    line-height: 20px;
}

a.u-blueA{
    color: #178acd !important;
}

/*弹窗*/
.u-popupShadow{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);/* IE 4-7 */
    filter:"alpha(opacity=50)";/* IE 8 */
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    zoom: 1;
}
.u-popupDiv{
    min-width: 554px;
    display: none;
    z-index: 88;
    position: absolute;
    background-color: #f4f4f4;
}
.u-popupDiv .u-close{
    position: absolute;
    top: 8px;
    right: 8px;
}
.u-popupDiv.editFamily{
    width: 554px;
    height: 590px;
}
.u-popupDiv.editAddress{
    width: 554px;
    height: 512px;
}
.u-popupDiv.editUser{
    width: 554px;
    height: 348px;
}
.u-popupDiv.integralExchange{
    width: 554px;
    height: 588px;
}
/*超链接*/
a.u-grayLink,a.u-grayLink:hover{
    color: #9c9c9c;
}
/*------------------------------------------------log in and register-------------------------------------------------------*/
.loginDiv{
    padding: 20px 0;
    height: 100%;
}
.loginBox{
    padding: 60px 100px;
    background: url("/images/login-bg.png") no-repeat 624px 50px #fffcf8;
}
.loginBox .loginCon{
    width: 402px;
    border: solid 2px #c9c9c9;
    background-color: #fff;
    padding-bottom: 40px;
}
.appBox3 .loginCon{
    background-color: #fff;
}
.loginBox .loginCon .loginCon-txt{
    padding: 40px 22px 0;
    border-top: solid 3px #834f03;
    position: relative;
}
.appBox3 .loginCon .loginCon-txt .registerA{
    position: absolute;
    top: 8px;
    right: 8px;
    color: #834f03;
}
.loginCon .loginTt{
    font-size: 24px;
    margin-bottom: 32px;
    text-align: center;
}
.appBox3 .loginCon .loginTt{
    font-size: 16px;
    margin: 20px 0;
}
.loginCon .loginCon-Box{
    width: 282px;
    margin: 0 auto;
}
.appBox3 .loginCon .loginCon-Box{
    width: 254px;
}
.loginCon .loginCon-Box li{
    margin-bottom: 18px;
    position: relative;
}
.appBox3 .loginCon .loginCon-Box li{
    margin-bottom: 15px;
}
.loginCon .loginCon-Box li input[type="text"].u-ipt,.loginCon .loginCon-Box li input[type="password"].u-ipt{
    padding-left: 20px;
    padding-right: 20px;
    width: 240px;
}
.appBox3 .loginCon .loginCon-Box li input[type="text"].u-ipt,.appBox3 .loginCon .loginCon-Box li input[type="password"].u-ipt{
    width: 212px;
}
.loginCon .loginCon-Box li.getPsdBox{
    margin-bottom: 50px;
}
.appBox3 .loginCon .loginCon-Box li.getPsdBox{
    margin-bottom: 41px;
}
.loginCon .loginCon-Box .getPsd{
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
}
.loginCon .loginCon-Box .getPsd .getUsr{
    color: #949292;
}
.loginCon .loginCon-Box .getPsd .forgetPsd,.loginCon .loginCon-Box .getPsd .forgetPsd:hover{
    color: #e52828;
}
.loginCon .linkBox .otrName{
    border-bottom: solid 1px #f0f0f0;
    padding-left: 12px;
}
.loginCon .linkBox .otrName a{
    display: block;
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    color: #9c9c9c !important;
}

.registerDiv .stepTtBox{
    padding: 42px 0;
}
.registerDiv .stepTtBox ul{
    width: 710px;
    margin: 0 auto;
}
.registerDiv .stepTtBox ul li{
    line-height: 58px;
    font-size: 24px;
}
.registerDiv .stepTtBox ul li .diamondBlue{
    color: #fff;
    font-size: 24px;
    line-height: 58px;
    text-align: center;
}
.registerDiv .stepTtBox ul li .stepTt{
    height: 58px;
    vertical-align: top;
    margin: 0 8px;
}
.registerDiv .stepTtBox ul li .stepTt del{
    color: #e8e8e8;
    font-family: Arial;
    font-size: 24px;
}
.registerDiv .stepConBox{
    position: relative;
    background-color: #fff;
    padding: 74px 58px 50px;
    margin-bottom: 50px;
}
.registerDiv .stepConBox .stepConNote{
    position: absolute;
    left: 0;
    top: 20px;
    text-indent: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.registerDiv .stepConBox .stepConDiv{
    padding: 0 21px;
}
.registerDiv .stepConBox .stepConDiv .stepConTt{
    position: relative;
    height: 42px;
    padding: 10px 0 10px 45px;
    line-height: 42px;
}
.registerDiv .stepConBox .stepConDiv .stepConTt .icon{
    position: absolute;
    top: 10px;
    left: -21px;
}
.registerDiv .stepConBox .stepConDiv .stepCon{
    border-left: solid 2px #e8e8e8;
    padding: 0 80px;
}
.stepConDiv .stepCon .u-table th{
    line-height: 32px;
}
.stepConDiv .stepCon .u-table th, .stepConDiv .stepCon .u-table td{
    padding: 10px 0;
}
.stepConDiv .stepCon .agreeCon{
    resize:none;
    border: solid 1px #d6d6d6;
    width: 744px;
    height: 194px;
    padding: 14px;
    line-height: 32px;
    font-size: 18px;
    color: #666;
    font-family: Arial, "Microsoft YaHei";
}

.f-mr5{
    margin-right: 5px;
}
.f-mr8{
    margin-right: 8px;
}
input.u-ipt.ipt-h24{
    font-size: 14px;
    height: 16px;
    padding: 3px 8px;
}
.f-lmr14 li{
    margin-right: 14px;
}
.f-lmr14 li:last-child{
    margin-right: 0;
}
a.u-blackLink,a.u-blackLink:hover{
    color: #666;
}
.u-infoBox{
    padding: 16px 8px;
    border-bottom: solid 1px #eeeeee;
}
.u-infoBox.f-bdn{
    border-bottom: 0 none;
}
.u-infoBox h4{
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 4px;
}
.u-bdImg{
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari 和 Chrome */
    border-radius: 4px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.lt-ie9 .u-bdImg{
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari 和 Chrome */
    border-radius: 4px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    behavior: url(ie-css3.htc);
}
.f-bl-gray{
    border-left: solid 1px #eee;
}
.f-br-gray{
    border-right: solid 1px #eee;
}

/*套餐详情*/
.productInfoDiv{
    border-top: solid 1px #f2f2f2;
    padding: 20px 0 40px;
}
.productInfoDiv .infoABox a{
    display: block;
    padding: 14px 12px;
    color: #a2a2a2;
    font-size: 24px;
    margin-bottom: 13px;
    margin-right: 2px;
}
.productInfoDiv .infoABox a.active,.productInfoDiv .infoABox a:hover{
    color: #666;
    border-top: solid 2px #845004;
    padding: 12px;
}
.productInfoDiv .imgBox img{
    margin-bottom: 20px;
}


.u-btn.f-cd{
    cursor: default;
}
.u-btn.grayBtn2,.u-btn.grayBtn2:hover{
    background-color: #dcdcdc;
    color: #fff;
    font-size: 18px;
}
.u-btn.roseRedBtn,.u-btn.roseRedBtn:hover{
    background-color: #ea5a6e;
    color: #fff;
    font-size: 18px;
}
.u-btn.orangeBtn5,.u-btn.orangeBtn5:hover{
    background-color: #f08655;
    color: #fff;
    font-size: 18px;
}

/*2015/5/22 begin*/
.f-ul5>li{
    width: 20%;
    float: left;
}
.f-ul4>li{
    width: 25%;
    float: left;
}
.f-mr20{
    margin-right: 20px;
}
.f-vt{
    vertical-align: top;
}
/*2015/5/22 end*/

/*日历控件 begin*/
.u-dateBox .u-dateTt{
    font-size: 18px;
    color: #fff;
    background-color: #f08655;
    padding: 35px 30px;
    text-align: center;
}
.u-dateBox .u-dateTt a,.u-dateBox .u-dateTt a:hover{
    color: #fff;
}
.u-dateBox .u-dateCon{
    border-right: solid 1px #f5f5f5;
    border-left: solid 1px #f5f5f5;
    border-bottom: solid 1px #f5f5f5;
    padding: 4px;
    box-shadow: 0 5px 10px -5px #ebebeb;
    -moz-box-shadow: 0 5px 10px -5px #ebebeb;
    -webkit-box-shadow: 0 5px 10px -5px #ebebeb;
}
.lt-ie9 .u-dateBox .u-dateCon{
    -moz-box-shadow: 0 5px 10px -5px #ebebeb;
    -webkit-box-shadow: 0 5px 10px -5px #ebebeb;
    box-shadow: 0 5px 10px -5px #ebebeb;
    behavior: url(ie-css3.htc);
}
.u-dateBox .u-dateCon .u-table{
    width: 350px;
}
.u-dateBox .u-dateCon .u-table th,.u-dateBox .u-dateCon .u-table td{
    width: 50px;
    height: 43px;
    overflow: hidden;
    text-align: center;
}
.u-dateBox .u-dateCon .u-table td{
    position: relative;
}
.u-dateBox .u-dateCon .u-table th{
    font-weight: bold;
}
.u-dateBox .u-dateCon .u-table a{
    display: inline-block;
    *display: block;
    *float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #7b8392;
}
.u-dateBox .u-dateCon .u-table a:hover,.u-dateBox .u-dateCon .u-table a.active{
    background-color: #f08655;
    color: #fff;
}
.u-dateBox .u-dateCon .u-table a.overdue,.u-dateBox .u-dateCon .u-table a.overdue:hover{
    color: #c0c0c0;
    background-color: #ededed;
    cursor: default;
}
.u-dateBox .u-dateCon .u-table a.unSelect,.u-dateBox .u-dateCon .u-table a.unSelect:hover{
    color: #7b8392;
    background-color: #ededed;
    cursor: default;
}
.u-dateBox .u-dateCon .u-table td .unSelectIcn{
    position: absolute;
    z-index: 88;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    margin-left: -14px;
    margin-top: -15px;
    display: none;
}
/*日历控件 end*/




/*2015/5/26 begin*/

.u-btn.grayBtn3,.u-btn.grayBtn3:hover{
    background-color: #dad8d8;
    color: #fff;
    font-size: 18px;
}
/*2015/5/26 end*/

/*2015/5/29 begin*/
.u-btn.orangeBtn6,.u-btn.orangeBtn6:hover{
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari 和 Chrome */
    border-radius: 8px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    background-color: #fff;
    border: solid 1px #ff9d3d;
    color: #ff9d3d;
}
.lt-ie9 .u-btn.orangeBtn6,.u-btn.orangeBtn6:hover{
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari 和 Chrome */
    border-radius: 8px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    behavior: url(ie-css3.htc);
}
.u-btn.orangeBtn6:hover,.u-btn.orangeBtn6.active2{
    background-color: #ff9d3d;
    color: #fff;
}
.u-btn.btn-h48{
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
}
.f-mt8{
    margin-top: 8px;
}
/*2015/5/29 end*/
/*2015/6/10*/
.m-skins-1{
    background: url("/images/skins1-bg.jpg");
}
.f-ul4>li{
    width: 25%;
    float: left;
}