* {
    padding: 0;
    margin: 0;
}

html {
    min-width: 1200px;
    font-size: 62.5%;
}

body {
    font-family: "Microsoft Yahei"
}

a, a:hover {
    text-decoration: none
}

a:link {
    outline: none
}

button {
    outline: none
}

p {
    padding: 0
}

li {
    list-style: none
}

ul {
    margin: 0
}

.ib_box {
    display: inline-block
}

.margin-top-40 {
    margin-top: 40px;
}

.text-center {
    text-align: Center;
}

.of_box {
    overflow: hidden
}

.float_left_box {
    float: left
}

.float_right_box {
    float: right
}

.red {
    color: #FF0000
}

.clear {
    clear: both
}

.gray_back {
    background: #f5f5f5
}

.web_top {
    background: #3d424b;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
    cursor: default;
    position: relative;
    z-index: 1
}

.login_top {
    float: right
}

.welcome {
    color: #d2d2d2;
    line-height: 30px;
    float: left
}

.login_user_t {
    padding-left: 75px;
    padding-right: 10px;
}

.top_login_btn, .top_openAccount_btn {
    width: 82px;
    text-align: center;
    margin-right: 10px;
    height: 30px;
    line-height: 15px;
}

.login_button_box {
    margin-left: 10px;
}

.form-control {
    width: 120px;
    height: 30px;
    padding: 0 5px;
}

.header {
    width: 1200px;
    box-sizing: border-box;
    padding: 23px 0;
    margin: 0 auto
}

.header a {
    display: inline-block
}

.welcome_box {
    width: 1200px;
    margin: 0 auto
}

.tel {
    float: right;
    width: 260px;
    background: url(../images/tel.png) left center no-repeat;
    padding-left: 51px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
    height: 54px;
    line-height: 54px;
}

.tel span {
    color: #e60012;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 8px;
}

.qq {
    float: right;
    width: 260px;
    background: url(../images/qq.jpg) left center no-repeat;
    padding-left: 51px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
    height: 54px;
    line-height: 54px;
}

.qq span {
    color: #e60012;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 8px;
}

.usercenter_ul {
    float: right;
}

.usercenter_ul li {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: Center;
    float: left;
}

.usercenter_ul li {
    color: #fff;
}

.usercenter_ul li a {
    color: #fff
}

.sub_list {
    position: absolute;
    overflow: hidden;
    top: 40px;
    display: none
}

.sub_list {
    width: 100px;
    text-align: center;
    float: left;
    background: #3d424b;
}

.usercenter_ul li:hover .sub_list {
    display: block
}

.sub_list a {
    color: #fff
}

.sub_list li {
    height: 35px;
    line-height: 35px;
}

.sub_list li a:hover, .today_list a:hover {
    text-decoration: underline
}

.nav {
    width: 100%;
    background: url(../images/nav_bg.jpg) repeat-x;
    box-sizing: border-box; /*height:68px; line-height:68px;*/

    -webkit-box-shadow: 0px 0px 10px #dadada;

    -moz-box-shadow: 0px 0px 10px #dadada;

    box-shadow: 0px 0px 10px #dadada;

}

.nav ul {
    width: 1200px;
    margin: 0 auto;
    height: 54px;
    line-height: 54px;
    border-left: 1px solid #dadada;
    overflow: hidden
}

.nav li {
    float: left;
    width: 180px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    border-right: 1px solid #dadada;
}

.nav li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #3d424b
}

.nav li a:hover, .nav li:hover a, .nav li.curr a {
    color: #fff;
}

.nav li:hover, .nav li.curr a {
    background: #3d424b;
}

.collection_contianer {
    width: 1200px;
    margin: 0 auto 40px auto;
}

.collection_contianer.border_box {
    border: 1px #d2d2d2 solid;
    margin-top: 30px;
}

.title-bg {
    background: url('../images/index_border.png') no-repeat center;
}

.title-blue {
    color: #378ded;
}

.title-yellow {
    color: #fec732;
}

.title-grey {
    color: #CCCCCC;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.footer {
    margin-top: 10px;
    width: 100%;
    height: 100px;
    color: #000;
    background: url(../images/footer2.png) center center;
    color: #fff;
}

.copyright {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.copyright span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 0px;
}

.copyright span a {
    color: #fd3232;
}

.collection_ul li {
    width: 232px;
    box-sizing: border-box;
    float: left;
    border: 1px #eee solid;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    cursor: default
}

.collection_ul li:hover {
    border-color: #ff0000
}

.collection_ul li:nth-child(5n) {
    margin-right: 0
}

.mr20 {
    margin-right: 10px;
}

.collection_img {
    height: 100px;
    width: 100px;
    margin-right: 10px;
    float: left;
    box-sizing: border-box;
}

.collection_info {
    width: 100px;
    float: left
}

.collection_name {
    font-weight: bold;
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    height: 45px;
}

.collection_info a {
    color: #333
}

.collection_info a:hover {
    color: #ff0000
}

.colection_price {
    font-size: 16px;
    font-size: 1.6rem;
}

.collection_bottom {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}

.collection_bottom > div {
    width: 105px;
    color: #888
}

.collection_link {
    display: block;
}

.collection_link p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.collection_img2 {
    width: 210px;
    height: 210px;
    margin-bottom: 5px;
}

.collection_price2 {
    font-size: 16px;
    font-size: 1.6rem;
}

.collection_name2 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #333
}

.container {
    width: 1200px;
    margin: 0 auto 20px auto;
    padding: 0;
    border: 1px #d2d2d2 solid;
    background: #fff
}

.menu_left {
    width: 107px;
    float: left;
    box-sizing: content-box;
    padding: 30px 60px;
    border-right: 1px #d2d2d2 solid
}

.menu_left dt, .menu_left dd {
    height: 30px;
    line-height: 30px;
}

.menu_left dt {
    font-size: 15px;
}

.menu_left dd {
    padding-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}

.menu_left dd a {
    color: #333
}

.menu_left dd a.cur {
    color: #ff0000
}

.container_right {
    float: right;
    width: 909px;
    box-sizing: content-box;
    padding: 30px;
    border-left: 1px #d2d2d2 solid;
    position: relative;
    left: -1px
}

.info_table_box {
    width: 100%;
    border: 1px #d2d2d2 solid;
    margin-top: 20px;
}

.order_table {
    width: 100%;
    table-layout: fixed;
    border: 1px #d2d2d2 solid;
    margin-top: 20px;
}

.info_table {
    width: 75%;
    margin: 0 auto;
    table-layout: fixed;
}

.order_table th {
    text-align: Center;
    padding: 7px 0
}

.order_table td {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 7px 0;
    text-align: Center;
    border: 1px #d2d2d2 solid
}

.ta_center {
    text-align: Center;
}

.ta_left {
    text-align: left;
}

.ta_right {
    text-align: right;
}

.operate_box {
    margin: 10px 0;
}

.info_table td {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 7px 0;
}

.pt_tr td {
    padding-top: 15px;
}

.pb_tr td {
    padding-bottom: 15px;
}

.check_all {
    font-size: 12px;
    font-size: 1.2rem;
}

.mr_btn {
    margin-right: 10px;
}

.white_btn {
    box-sizing: content-box;
    color: #221815 !important;
    cursor: pointer;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block !important;;
    height: 24px;
    line-height: 24px;
    padding: 0 9px;
    border: 1px #c9caca solid;
    border-radius: 5px;
    background:#fff;
}

.white_btn:hover {
    text-decoration: none !important
}

.red_btn {
    background: #de0425;
    font-size: 12px;
    font-size: 1.2rem;
    cursor: pointer;
    display: inline-block !important;
    height: 26px;
    line-height: 26px;
    color: #fff !important;
    border-radius: 5px;
    padding: 0 10px;
    border: none
}
.green_btn{
background:#419641;
 font-size: 12px;
    font-size: 1.2rem;
    cursor: pointer;
    display: inline-block !important;
    height: 26px;
    line-height: 26px;
    color: #fff !important;
    border-radius: 5px;
    padding: 0 10px;
    border: none

}

.red_btn:hover {
    color: #fff;
    text-decoration: none !important
}

.gray_btn {
    background: #cfcfcf;
    font-size: 12px;
    font-size: 1.2rem;
    cursor: not-allowed !important;
    display: inline-block !important;
    height: 26px;
    line-height: 26px;
    color: #fff !important;
    border-radius: 5px;
    padding: 0 10px;
    border: none
}

.gray_btn:hover {
    color: #fff;
    text-decoration: none !important
}

.pop_contianer .red_btn, .pop_contianer .white_btn,.green_btn, .pop_contianer .gray_btn {
    box-shadow: 0 1px 1px #888;
}

.usercenter_page {
    height: 26px;
    margin: 50px 10px 40px 0px;
    font-family: "Microsoft Yahei";
    color: #727171;
    text-align: center;
}

.usercenter_page a {
    display: inline-block;
    box-sizing: content-box;
    height: 20px;
    padding: 0px 8px;
    border-radius: 2px;
    border: 1px solid #c9caca;
    color: #727171;
    line-height: 20px;
    margin-right: 1px;
    text-decoration: none;
}

.usercenter_page a.cur {
    border: 1px solid #c9caca;
    color: #FFF;
    background: #E90E14;
    font-weight: bold
}

.usercenter_page a:hover {
    border: 1px solid #c9caca;
    color: #FFF;
    background: #E90E14;
}

.usercenter_page span.pagex {
    font-family: Tahoma, Geneva, sans-serif;
}

.usercenter_page span.page-mid {
    margin: 0px 5px 0px 5px;
}

.usercenter_page input.input-text {
    width: 23px;
    height: 18px;
    line-height: 18px;
    text-align: center
}

.usercenter_page .btn22 {
    height: 22px;
    background: url(../images/store-btn.gif) 0px -57px;
    display: inline-block;
    padding-left: 8px;
    margin: -2px 1px 0px 6px;
    border: 0px;
    padding-right: 0px;
    vertical-align: middle;
}

.usercenter_page .btn22 span {
    float: left;
    height: 22px;
    line-height: 24px;
    background: url(../images/store-btn.gif) right -57px;
    padding-right: 8px;
    overflow: hidden;
    color: #333;
}

.usercenter_page .btn22:hover {
    height: 22px;
    background: url(../images/store-btn.gif) 0px -57px;
    display: inline-block;
    padding-left: 8px;
    margin: -2px 1px 0px 6px;
    border: 0px;
    padding-right: 0px;
    vertical-align: middle;
}

.collection_contianer a:link, .red_btn:link {
    text-decoration: none
}

.collcetion_info_box {
    padding: 10px; /* margin-top:10px; */
    border-bottom: 1px #d2d2d2 solid;
}

.collection_info_img {
    width: 125px;
    height: 125px;
}

.collection_info_detail {
    width: 1050px;
}

.collcetion_info_name { /*! margin-top:25px; */
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.collcetion_info_feature {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

.transaction_box {
    width: 599px;
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
    margin-top: 10px;
}

.transaction_table_box {
    height: 352px;
}

.transaction_table {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    table-layout: fixed;
    margin-top: 15px;
}

.transaction_table th, .transaction_table td {
    text-align: center;
    height: 32px;
    line-height: 32px;
}

.deal_btn {
    display: inline-block;
    width: 100px;
    height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 30px
}

.get_btn {
    border: none;
    background: transparent;
    font-family: "Microsoft Yahei";
}

#sale_table .get_btn {
    color: #FF0000;
}

#buy_table .get_btn {
    color: #017d01;
}

.recall_btn {
    font-family: "Microsoft Yahei"
}

.recall_btn:hover {
    text-decoration: underline !important;
}

.get_btn:hover {
    color: #de0425;
    text-decoration: underline !important;
}

.pop_contianer,.xy_pop_container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index:2;
}

.layer_box {
    height: 100%;
    background: #000;
    opacity: 0.6
}

.pop_info_container {
    height: 400px;
    width: 320px;
    background: #eee;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -200px;
    border: 1px #f9f9f9 solid;
    border-radius: 5px;
    box-shadow: 0 0 2px #d2d2d2
}

.pop_title {
    padding: 7px 10px;
    position: relative;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold
}

.pop_title_p {
    padding: 0;
    margin: 0
}

.close_span {
    position: absolute;
    top: 9px;
    right: 10px
}

.pop_info_ul li {
    padding: 5px 40px;
    font-size: 13px;
    font-size: 1.3rem;
}

.form_box {
    padding: 20px 0;
    margin: 0 5px 5px 5px;
    height: 360px;
    box-sizing: border-box;
    background: #fafafa;
    border-radius: 2px;
    box-shadow: 0 0 2px #d2d2d2
}

.input_select, .input_text, .input_text2, .input_span {
    width: 120px;
    height: 18px;
    padding: 2px 5px;
    box-sizing: content-box;
    border: 1px #aaa solid;
    display: inline-block
}

.input_text2 {
    width: 60px;
}

.btn_li {
    text-align: center;
    margin-top: 10px;
}

.warn_li {
    padding-left: 100px !important;
    color: #FF0000;
}

.order_form {
    display: none;
}

.order_page {
    margin-top: 10px;
    text-align: center;
    letter-spacing: 0;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.order_page .page_btn {
    margin: 0 1px;
    padding: 0 3px;
    display: inline-block;
    height: 18px;
    color: #1f6dc0;
    background: #fff;
    border: none;
}

.order_page .page_btn.cur {
    border-bottom: 1px #014da1 solid;
    color: #014da1
}

.order_page .noPage, .order_page .noPage:hover {
    color: #aaa;
    cursor: default
}

.transaction_box {
    position: relative;
}

.loading_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.loading_img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
}

.more {
    font-size: 12px;
    font-size: 1.2rem
}

#sale_table tbody > tr:nth-child(odd) {
    background: #faebeb
}

#buy_table tbody > tr:nth-child(even) {
    background: #e9fdf4
}

.bb_tr {
    border-bottom: 1px #d2d2d2 solid
}

.nd_td {
    color: #888
}

.login {
    width: 1200px;
    margin: 30px auto 70px auto;
}

.login #logonfrm {
    width: 400px;
    margin: 0 auto; /*! border: 3px #d2d2d2 solid; */
    padding: 50px 30px;
    border: 1px solid #c9c9c9;
    border-top: 2px solid #e6525e;
}

.tabCot table {
    width: 100%
}

.tabCot table td {
    height: 40px;
    padding: 10px 5px;
    font-size: 16px
}

.tabCot table td input {
    height: 40px;
    width: 200px;
    font-weight: normal;
    padding: 0 10px;
}

#submit_login {
    border: none;
    color: #fff;
    background-color: #e6525e;
    border-color: #e6525e;
    width: 200px;
    height: 40px;
    font-size: 20px;
}

#login_header {
    text-align: center;
    width: 400px;
    margin: 10px auto;
    font-size: 20px;
    color: #e6525e;
    letter-spacing: 2px;
}

#reset_box {
    height: 691px;
    width: 850px;
    border: 0;
    margin-top: -30px
}
/*µÇÂ¼Ð­Òé*/
.xy_box{width: 552px;height:548px;position: fixed;top:50%;left: 50%;margin-left:-276px;margin-top: -274px;background: url(../images/xybg.jpg) no-repeat}
.xy_box_title{
    font-size: 16px;
    color: #E61B0E;
    font-weight: bold;
    margin-top: 12px;
    margin-left: 70px;
    letter-spacing: 1px;
}
.xy_container{
    width: 480px;
    margin:0 auto;
}
.xy_container h1{
    font-size: 20px;
    text-align: center;
    margin: 25px 0 20px 0;
    font-weight: bold;
    letter-spacing: 2px;
}
.xy{
    
    margin: 0 auto;
    border: 1px #ddd solid;
    padding: 10px;
    height: 330px;
    overflow: auto;
}
.once_box{margin-top:7px;}
.once_box input[type=checkBox]{margin: 0}
.once_box label{margin:0 0 0 5px;}
.ofHidden{overflow: hidden}
.xy_btn_box{text-align: center;margin-top:20px;}
.xy_btn_box .xy_btn{width:80px;height:30px;padding: 0}
.xy_btn_box .mr_btn{margin-right:30px;}
.xy p{margin:5px 0;text-indent: 24px}