html,
body {
    width: 100%;
    height: 100%;
}
.wrap {
    width: 100%;
    min-width: 1200px;
    height: 100%;
    position: relative;
    overflow: hidden;
    max-height: 1080px;
    max-width: 1920px;
    margin: 0 auto;
}
.logo {
    z-index: 999;
    position: absolute;
    top: 86px;
    left: 50%;
    margin-left: -662px;
    width: 110px;
    height: 145px;
    background: url(//image.gyyxcdn.cn/upload/pic/logo/wd_logoLight.png) no-repeat;
}
.wglogo {
    z-index: 999;
    position: absolute;
    top: 94px;
    left: 50%;
    margin-left: -538px;
    width: 136px;
    height: 118px;
    background: url(//img.gyyxcdn.cn/action/wegame_logo.png) no-repeat;
}
.nav {
    z-index: 999;
    position: absolute;
    top: 13px;
    left: 50%;
    margin-left: 159px;
    color: #0C629E;
    background: url(//img.gyyxcdn.cn/action/ggldmx_nav_bg.png) no-repeat;
    background-size: contain;
}
.nav a {
    margin: 0 10px;
    font-size: 14px;
    color: #0C629E;
    line-height: 28px;
}
.nav a:hover {
    color: #FF5B21;
}

.tab {
    position: absolute;
    left: 24px;
    top: 200px;
    z-index: 9999;
}
.tab ul li {
    width: 109px;
    height: 109px;
    margin-bottom: 15px;
}
.tab ul li a {
    display: block;
    width: 109px;
    height: 109px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_tab.png) no-repeat;
    text-indent: -999px;
    overflow: hidden;
}
.tab ul li a.a01 {
    background-position: 0 0;
}
.tab ul li a.a02 {
    background-position: 0 -109px;
}
.tab ul li a.a03 {
    background-position: 0 -218px;
}
.tab ul li a.a04 {
    background-position: 0 -327px;
}
.tab ul li.on a.a01,
.tab ul li a.a01:hover {
    background-position: -109px 0;
}
.tab ul li.on a.a02,
.tab ul li a.a02:hover {
    background-position: -109px -109px;
}
.tab ul li.on a.a03,
.tab ul li a.a03:hover {
    background-position: -109px -218px;
}
.tab ul li.on a.a04,
.tab ul li a.a04:hover {
    background-position: -109px -327px;
}
.tab ul li a.a01.bind_btn {
    background-position: -218px 0;
}
.tab ul li a.a01.bind_btn:hover {
    background-position: -218px -109px;
}
.tab ul li a.a01.bound_btn {
    background-position: -218px -218px;
    cursor: default;
}

.arrow {
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -138px;
    width: 276px;
    height: 100px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_arrow.png) no-repeat;
    animation: arrow 1s ease-in-out infinite alternate;
}
/* 向下滚动箭头 */
@keyframes arrow {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(10px);
    }
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
    height: 1080px;
    top: 50%;
    margin-top: -540px;
}
.main {
    width: 1200px;
    height: 1080px;
    margin: 0 auto;
    position: relative;
}
.index-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-slide {
    width: 100%;
    height: 1080px;
    position: relative;
    overflow: hidden;
}
.index .swiper-slide01 {
    background: url(//img.gyyxcdn.cn/action/ggldmx_bg01.jpg) no-repeat 50% 0;
}
.box02, .box03, .box04 {
    background: url(//img.gyyxcdn.cn/action/ggldmx_bg02.jpg) no-repeat 50% 0;
}
.index .details {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

/*02瓜田*/
.box02 {
    padding-top: 210px;
    box-sizing: border-box;
}
.marquee {
    background: url(//img.gyyxcdn.cn/action/ggldmx_scollbg.png) no-repeat 50% 0;
    width: 962px;
    height: 33px;
    margin: 0 auto;
    overflow: hidden;
}
.marquee ul {
    white-space: nowrap;
    font-size: 0;
}
.marquee ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin: 0 10px;
    line-height: 33px;
}
.box02_cont {
    /* position: relative; */
    width: 1032px;
    margin: 0 auto;
    padding-top: 78px;
    overflow: hidden;
}
.box02_contL {
    width: 650px;
    float: left;
    overflow: hidden;
}
.box02_contR {
    width: 352px;
    float: right;
    /* box-sizing: border-box;
    padding: 0 15px 0 15px; */
}
.box02_contL .left {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.box02_contL .left_desc {
    float: left;
    line-height: 28px;
    font-size: 16px;
    color: rgb( 62, 132, 41 );
    font-weight: bold;
}
.box02_contL .left_btn {
    display: flex;
    float: right;
}
.box02_contL .left_btn div {
    width: 106px;
    height: 30px;
    line-height: 28px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_btn01.png) no-repeat;
    color: rgb( 253, 246, 128 );
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding-left: 11px;
    box-sizing: border-box;
}
.box02_contL .left_btn div+div {
    margin-left: 15px;
}
.box02_contL .left_btn div:hover {
    background-position: 0 -30px;
}

.pool_list,
.pool_list01,
.pool_list02,
.pool_list03,
.prize_group01,
.prize_group03 {
    display: flex;
    flex-wrap: wrap;
}
.prize_group01, .prize_group03 {
    width: 178px;
    justify-content: space-between;
}
.prize_group02 {
    margin: 3px 10px;
}
.pool_list .prize {
    width: 84px;
    height: 84px;
    margin-bottom: 10px;
    padding-top: 5px;
    box-sizing: border-box;
    background: url(//img.gyyxcdn.cn/action/ggldmx_prize_bg01.png) no-repeat;
}
.pool_list .prize .prize_gua {
    width: 78px;
    height: 73px;
    margin: 0 auto;
    background: url(//img.gyyxcdn.cn/action/ggldmx_prize01.png) no-repeat;
}
.pool_list .prize .prize_ka {
    width: 70px;
    height: 73px;
    margin: 0 auto;
    background: url(//img.gyyxcdn.cn/action/ggldmx_ka01.png) no-repeat;
}
.pool_list01 .prize + .prize, .pool_list03 .prize + .prize {
    margin-left: 10px;
}
.prize_group02 .prize {
    display: flex;
    align-items: center;
    width: 272px;
    height: 265px;
    box-sizing: border-box;
    background: url(//img.gyyxcdn.cn/action/ggldmx_prize_bg02.png) no-repeat;
}
.prize_group02 .prize .prize_gua {
    width: 210px;
    height: 196px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_prize02.png) no-repeat;
}
.prize_group02 .prize .prize_ka {
    width: 243px;
    height: 246px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_ka02.png) no-repeat;
}
.box02_cont input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    border: 1px solid rgb( 154, 95, 47 );
}
.box02_cont input[type="checkbox"]:checked::before {
    content: '';
    display: block;
    position: absolute;
    width: 17px;
    height: 14px;
    margin-top: -2px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_checked.png);
}
.box02_bar {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    color: rgb( 154, 95, 47 );
}
.box02_bar label {
    display: flex;
    align-items: center;
    line-height: 14px;
}
.box02_contR .right_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
}
.box02_contR .right_btn div {
    width: 105px;
    padding-left: 20px;
    box-sizing: border-box;
    color: rgb( 253, 246, 128 );
    font-size: 16px;
    text-align: center;
}
.box02_contR .right_btn div:nth-child(1) {
    width: 105px;
    height: 30px;
    line-height: 30px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_btn02.png) no-repeat;
}

.box02_contR .right_btn div:nth-child(2) {
    width: 105px;
    height: 35px;
    line-height: 35px;
    margin-left: 56px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_btn03.png) no-repeat;
}
.box02_contR .log_bg {
    width: 349px;
    height: 459px;
    margin-top: 15px;
    padding: 24px 20px 0 24px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_log_bg.png) no-repeat;
    box-sizing: border-box;
}
.box02_contR h2 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    color: rgb( 52, 115, 33 );
}
.log {
    font-size: 16px;
    line-height: 24px;
    color: rgb( 58, 116, 40 );
    height: 324px;
    overflow-y: auto;
    overscroll-behavior: none;
    padding-right: 15px;
    margin-bottom: 10px;
}
.log li {
    padding-bottom: 6px;
}
.log::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.log::-webkit-scrollbar-track {
    background: #8DBD7F;
    border-radius: 3px;
}
.log::-webkit-scrollbar-thumb {
    background: #366E23;
    border-radius: 3px;
}
.log_controls label {
    display: block;
    color: rgb( 154, 95, 47 );
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 14px;
}
.log_controls label span,
.box02_bar label span {
    vertical-align: top;
}

/*03竞拍*/
.jp_l,
.jp_r {
    margin-top: 328px;
    overflow: hidden;
}
.jp_l {
    float: left;
    margin: 328px 37px 0 95px;
    width: 559px;
}
.jp_img {
    width: 550px;
    height: 461px;
}
.jp_l p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #3D7429;
    padding-top: 10px;
}

.jp_r {
    float: left;
    width: 415px;
    overflow: hidden;
}
.jp_btn {
    overflow: hidden;
    width: 100%;
    height: 57px;
    margin-bottom: 29px;
}

.jp_btn li {
    float: left;
    width: 197px;
    height: 57px;
    margin-left: 7px;
}

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

.jp_btn li a {
    display: block;
    width: 197px;
    height: 57px;
    line-height: 57px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_jp_btn01.png) no-repeat;
    font-size: 26px;
    color:rgb( 255, 247, 195 );
    font-weight: bold;
    text-align: center;
}

.jp_btn li.on a {
    background-position: 0 -57px;
    color: #fff;
}
.jp_tab {
    display: none;
}
.jp_tab ul li {
    font-size: 16px;
    color: rgb( 48, 99, 32 );
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 14px;
    height: auto;
    display: flex;
    justify-content: space-between
}
.jp_tab ul li span {
    font-weight: normal;
    text-align: right;
}
.jp_tab ul li em {
    font-style: normal;
    color: #e3491f;
}
.jp_txt {
    text-align: right;
    margin: 26px 0 17px 0;
    font-size: 16px;
    color:rgb( 58, 99, 45 );
}
.jp_txt span {
    padding-left: 18px;
}
.jp_txt span a {
    text-decoration: underline;
}
.jp_soll {
    width: 415px;
    overflow-y: auto;
}
.jp_table {
    width: 404px;
    font-size: 14px;
    color: #245C2C;
    text-align: center;
}
.jp_table01 tr th {
    font-weight: bold;
    border: 1px solid #C5D8CA;
    height: 31px;
    background: #D4EFDA;
    font-size: 16px;
}
.jp_table tr td {
    border: 1px solid #C5D8CA;
    padding: 8px 0;
    background: #F7FCF8;
}
.jp_table01 tr.jp_tr01 td {
    border-top: none;
}
.jp_table tr td span {
    color: #e3491f;
}
.jp_soll01 {
    height: 104px;
}

.jp_soll02 {
    height: 338px;
}

.jp_table02 tr th {
    height: 28px;
    background: none;
    font-weight: bold;
    font-size: 16px;
}

.jp_table02 tr td {
    padding: 6px 0;
}

.jp_soll::-webkit-scrollbar {
    width: 4px;
}

.jp_soll::-webkit-scrollbar-track {
    background-color: #8DBD7F;
    width: 4px;
    border-radius: 5px;
}

.jp_soll::-webkit-scrollbar-thumb {
    background-color: #366E23;
    width: 4px;
    border-radius: 5px;
}
.jp_confirm,
.jp_address {
    display: block;
    margin: 28px auto 0;
    width: 165px;
    height: 42px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_jp_btn02.png) no-repeat 0 0;
    font-size: 18px;
    color: rgb( 255, 253, 195 );
    text-align: center;
    line-height: 42px;
}
.jp_confirm:hover,
.jp_address:hover {
    background-position: 0 -42px;
}
.jp_address {
    margin-top: 34px;
}
.jp_notice {
    position: absolute;
    bottom: 165px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: rgb( 219, 99, 26 );
}
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.swiper-button-prev,
.swiper-button-next {
    width: 48px;
    height: 48px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_jp_arrow.png) no-repeat;
}

.swiper-button-prev {
    margin: 30px 0 0 10px;
    background-position: 0 0;
}

.swiper-button-next {
    margin: 30px 10px 0 0;
    background-position: -48px 0;
}

.swiper-button-prev:hover {
    background-position: 0 -48px;
}

.swiper-button-next:hover {
    background-position: -48px -48px;
}
  
/*04活动规则*/
.gz_box {
    width: 1087px;
    height: 685px;
    margin: 0px auto;
    padding: 60px 0 0 0;
}
.gz_srcoll {
    width: 1040px;
    height: 565px;
    padding: 10px 30px 0px 50px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 40px;
    color: rgb( 58, 99, 45 );
    overflow-y: auto;
    overscroll-behavior: none;
}
.gz h3 {
    width: 536px;
    height: 131px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_gz_tit.png) no-repeat 5% 0;
    margin: 130px auto 0;
    text-align: center;
    font-size: 40px;
    color: rgb( 72, 124, 60 );
    font-weight: bold;
    line-height: 166px;
}
.gz h4 {
    font-size: 18px;
    font-weight: 700;
}
.gz p {
    position: relative;
    padding-left: 30px;
}
.gz p i {
    position: absolute;
    left: 0px;
    top: 9px;
    font-size: 14px;
    width: 20px;
    height: 20px;
    font-style: normal;
    text-align: center;
    line-height: 20px;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    background: #68945B;
    color: #fff;
}  
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: #B8D6AF;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #366E23;
    border-radius: 5px;
}

.gz_box table {
    display: block;
    margin-left: 30px;
}

.gz_box table th,
.gz_box table td {
    border: 1px solid #68945B;
    text-align: center;
}
/*弹层*/

.tc {
    box-sizing: border-box;
    padding-top: 35px;
    position: relative;
}
.tc .tc_close {
    width: 41px;
    height: 41px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_tc_close.png) no-repeat;
    position: absolute;
    top: 3px;
    right: -16px;
}
.tc h3 {
    color: #377321;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.tc_btn {
    width: 100%;
    height: 68px;
    text-align: center;
}
.tc_btn a {
    width: 137px;
    height: 35px;
    display: inline-block;
    margin: 0 20px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_tc_btn.png) no-repeat;
    line-height: 35px;
    color: rgb( 254, 254, 254 );
    font-size: 20px;
}
.tc_btn a:hover {
    background-position: 0px -35px;
}
.tc01, .tc03, .tc06 {
    width: 822px;
    height: 495px;
    padding-top: 40px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_tc_bg02.png) no-repeat;
}
.tc01 .tc_cont {
    padding: 20px 110px;
}
.tc01 table {
    margin-top: 20px;
}
.tc01 table:nth-child(1) td {
    background: #E9F4EA;
}
.tc01 table:nth-child(3) td:nth-child(1) {
    background: #F8FBF8;
}
.tc01 table td {
    padding: 3px 10px;
    font-size: 16px;
    color: rgb( 52, 115, 33 );
    border: 1px solid #D1E7D3;
    text-align: center;
}
.tc01 table th {
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    color: rgb( 52, 115, 33 );
}
.tc01 table a,
.tc06 table a {
    display: block;
    width: 98px;
    height: 27px;
    margin: 0 auto;
    line-height: 27px;
    font-size: 14px;
    color: rgb( 241, 235, 214);
    background: url(//img.gyyxcdn.cn/action/ggldmx_tc01_btn.png) no-repeat;
}
.tc .task_recieve {
    background-position: 0 0;
}
.tc .task_recieve:hover {
    background-position: 0 -27px;
}
.tc .task_exchange {
    background-position: 0 -54px;
}
.tc .task_exchange:hover {
    background-position: 0 -81px;
}
.tc .task_recieved {
    background-position: 0 -108px;
}
.tc02,
.tc04,
.tc05 {
    width: 671px;
    height: 401px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_tc_bg01.png) no-repeat;
}
.tc02 .tc_cont {
    overflow: hidden;
    padding-top: 38px;
}
.tc02 ul {
    overflow: hidden;
    padding-left: 172px;
    margin-bottom: 30px;
}
.tc02 ul li {
    height: 32px;
    overflow: hidden;
    margin-bottom: 17px;
}
.tc02 ul li span {
    display: block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    color: rgb( 58, 116, 40 );
    font-size: 18px;
    text-align: right;
    float: left;
}
.tc02 ul li input {
    width: 220px;
    height: 32px;
    border: 1px solid #99C6A0;
    outline: none;
    background: #E4F2E6;
    box-sizing: border-box;
    padding: 0 8px;
    color: rgb( 58, 116, 40 );
    font-size: 18px;
}
.tc02 ul li:nth-child(1) input {
    background: none;
}
.tc02 ul li select {
    width: 220px;
    height: 32px;
    border: 1px solid #99C6A0;
    outline: none;
    background: #E4F2E6;
    box-sizing: border-box;
    padding: 0 8px;
    color: rgb( 58, 116, 40 );
    font-size: 18px;
}

.tc03 .tc_cont {
    overflow: hidden;
    padding: 40px 215px;
}
.tc03 ul li {
    height: 32px;
    margin-bottom: 12px;
}
.tc03 ul li span {
    display: block;
    width: 50px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: rgb( 58, 116, 40 );
    font-size: 18px;
    float: left;
}
.tc03 ul li input {
    width: 330px;
    height: 32px;
    border: 1px solid #BBDBBE;
    outline: none;
    background: transparent;
    box-sizing: border-box;
    padding: 0 8px;
    color: rgb( 58, 116, 40 );
    font-size: 16px;
    float: left;
}
.tc03 ul li:nth-child(3) {
    height: 72px;
}
.tc03 ul li textarea {
    width: 330px;
    height: 72px;
    border: 1px solid #BBDBBE;
    outline: none;
    background: transparent;
    box-sizing: border-box;
    padding: 8px;
    color: rgb( 58, 116, 40 );
    font-size: 16px;
    float: left;
}
.tc03 p {
    color: rgb( 58, 116, 40 );
    font-size: 14px;
    margin: 10px 0 0 50px;
    width: 330px;
}
.tc03 .tc_btn {
    margin-top: 50px;
}
.tc03 .tc_cont .error_tip {
    margin-left: 52px;
    font-size: 14px;
    color: red;
}

.tc04 ul {
    overflow: hidden;
    padding-left: 126px;
    margin: 50px 0 30px;
}
.tc04 li {
    height: 40px;
}
.tc04 li input {
    height: 40px;
    width: 308px;
    border: 1px solid #DBECDD;
    outline: none;
    background: transparent;
    box-sizing: border-box;
    padding: 0 8px;
    color: rgb( 58, 116, 40 );
    font-size: 18px;
    text-align: center;
    float: left;
    margin-right: 12px;
}
.tc04 li span {
    display: block;
    width: 120px;
    height: 40px;
    float: left;
}
.tc04 li span a {
    display: block;
    width: 120px;
    height: 40px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_tc_qr.png) no-repeat;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}
.tc04 li span a:hover {
    background-position: 0px -40px;
}
.tc04 p,
.tc04 .tc_myStones {
    color: rgb( 58, 116, 40 );
    font-size: 16px;
    text-align: center;
}
.tc04 p {
    margin-top: 70px;
}
.tc04 .tc04_cont {
    margin-top: 110px;
}

.tc05 .tc_jp {
    margin-top: 54px;
    text-align: center;
}
.tc05 .tc_jp h4 {
    font-size: 40px;
    color: rgb( 182, 91, 17 );
}
.tc05 p {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color:  rgb( 182, 91, 17 );
    font-size: 16px;
    margin-top: 20px;
}
.tc05 .tc_jp p {
    margin-top: 80px;
    font-size: 20px;
    color: rgb( 58, 116, 40 );
}
.tc05 p.tc_no {
    position: absolute;
    bottom: 40px;
    right: -20px;
    color: rgb( 58, 116, 40 );
    font-size: 14px;
}
.tc05 .tc_radio {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.tc05 .tc_radio input[type="radio"] {
    opacity: 0;
    position: absolute;
}
.tc05 .radio-btn {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #d9cbbb;
    position: relative;
    cursor: pointer;
}
.tc05 .tc_radio input[type="radio"]:checked+.radio-btn::before {
    content: '';
    display: block;
    position: absolute;
    width: 17px;
    height: 14px;
    margin-top: -2px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_checked.png);
}
.tc05 .tc_btn {
    margin-top: 50px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}
.js_bindErr {
    margin: -19px 0 0 190px;
    color: #ff301b;
}
.js_gybRewardUrl,
.gz_srcoll a {
    color: red;
    text-decoration: underline;
}

.tc06 table {
    width: 100%;
    font-size: 16px;
    color: rgb( 58, 116, 40 );
}
.tc06 .tc_cont {
    padding: 25px 94px 0 115px;
}

.tc06 table {
    display: block;
    overflow-y: auto;
}

.tc06 .prize_list {
    height: 186px;
}

.tc06 table th {
    font-weight: bold;
}

.tc06 table th,
.tc06 table td {
    height: 36px;
    text-align: center;
    border: 1px solid #BBDBBE;
}

.tc06 .tips {
    line-height: 24px;
    margin-top: 24px;
    color: rgb( 58, 116, 40 );
    font-size: 14px;
}
.tc06 .edit_address {
    display: none;
    margin: 0 auto;
    margin-top: 25px;
    width: 197px;
    height: 45px;
    line-height: 45px;
    background: url(//img.gyyxcdn.cn/action/ggldmx_tc_address.png);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.tc06 .edit_address:hover {
    background-position: 0 -45px;
}

.tc06 .auction_list {
    height: 334px;
}
/*漂浮*/
.pf {width: 202px;background-image: url(//image.gyyxcdn.cn/upload/wd/hd/p/2025/tf/xrmc/images/pf/wd_pf01.png), url(//image.gyyxcdn.cn/upload/wd/hd/p/2025/tf/xrmc/images/pf/wd_pf03.png);background-repeat: no-repeat, no-repeat;background-position: 50% 0, 50% 100%;padding: 37px 10px 8px 0;position: relative;box-sizing: border-box;}
.pf::before {content: '';position: absolute;top: 174px;left: 0;bottom: 154px;width: 100%;background: url(//image.gyyxcdn.cn/upload/wd/hd/p/2025/tf/xrmc/images/pf/wd_pf02.png) repeat-y 50% 0;z-index: 0;}
.pf p{font-size: 16px;color: #b6300b;line-height: 24px;text-align: center;}
.pf p:nth-of-type(2){font-size: 22px;line-height: 34px;background: url(//image.gyyxcdn.cn/upload/wd/hd/p/2025/tf/xrmc/images/pf/wd_pficon.png) no-repeat 50% 50%;}
.pf p:nth-of-type(3){font-size: 14px;}
.pf span{display: block;background: url(//image.gyyxcdn.cn/upload/wd/hd/p/2025/tf/xrmc/images/pf/wd_pfline.png) no-repeat 50% 0;height: 6px;}
.pf a:nth-of-type(1){margin-top: 25px;}
.pf a{display: block;font-size: 18px;color: #5f1703;text-align: center;width: 110px;height:30px;line-height: 30px;position: relative;margin: 0 auto;background: #fadd9a;border-radius: 5px;margin-bottom: 10px;}
.pf a:hover{background: #ce5635;color: #fff5c8;}
.pf a:last-child{margin-top: 26px;font-size: 18px;color: #fbfad6;height: 30px;line-height: 18px;font-weight: bold;background: none;position: relative;display: flex;align-items: flex-end;justify-content: center;}
.pf a:last-child i{display: block;position:absolute;top: 0;left: 50%;margin-left: -13px;background: url(//image.gyyxcdn.cn/upload/wd/hd/p/2025/tf/xrmc/images/pf/wd_pfarrow.png) no-repeat 0 0;width: 25px;height: 11px;}
.pf a:last-child:hover{color: #fff;}
.pf a:last-child:hover i{background-position: -25px 0;top: 0px;}