﻿@charset "utf-8";
/* CSS Document */
body {font:16px/26px sans-serif,Arial;color:#000;font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;}
*{margin:0;padding:0;}
img{border:none; }
a{text-decoration:none; cursor:pointer;}
a:hover{color:#fff;}
ul li{list-style:none;}
em{font-style: normal; color:#F00;}
.shareList {
    width:150px;
}
.banner img {
    display:inherit;
}
.prizeInfo img {
    display:inline-block;
}

.bath {
    background: url(../../images/huodong_korea/hg_wuyi/hgwuyi_01.jpg) no-repeat center top #f0ebd8;
    padding-bottom:200px;
} 
.banner{width:1004px; margin:0 auto;}
.gui_ze{margin:13px auto;}
.mingz li {
    float: left;
    margin-left: 14px;
}

.mingz li p{ text-align:center;margin-left:-10px;}
.mingz li p input{margin-right:5px;}
.on_Select {
    box-shadow: #F5CC10 0px 0px 10px 5px inset;
   border-radius:50%;
}
.on1{ background:url(../../images/huodong_korea/hg_wuyi/hgmx1_03.jpg) no-repeat; width:234px;height:234px;}
.on1:hover{ background:url(../../images/huodong_korea/hg_wuyi/hgmx_03.jpg) no-repeat;}
.on2{ background:url(../../images/huodong_korea/hg_wuyi/hgmx1_05.jpg) no-repeat; width:234px;height:234px;}
.on2:hover{ background:url(../../images/huodong_korea/hg_wuyi/hgmx_05.jpg) no-repeat;}
.on3{ background:url(../../images/huodong_korea/hg_wuyi/hgmx1_07.jpg) no-repeat; width:234px;height:234px;}
.on3:hover{ background:url(../../images/huodong_korea/hg_wuyi/hgmx_07.jpg) no-repeat;}
.on4{ background:url(../../images/huodong_korea/hg_wuyi/hgmx1_09.jpg) no-repeat; width:234px;height:234px;}
.on4:hover{ background:url(../../images/huodong_korea/hg_wuyi/hgmx_09.jpg) no-repeat;}
.lubia{ width:653px; margin:10px auto 0; position:relative;}
    .lubia a {
        display: block;
        width: 90px;
        height: 30px;
        position: absolute;
        background:white;
        opacity:0.1;
        filter:alpha(opacity=10);
    }
    .lubia a:hover {
        opacity:0.2;
        background:white;
    }
.kaisjh{ top:41px; right:232px;}
.jiangp{top:90px; right:225px;}
.phb{top:130px;left:260px;}
.mingz1{margin-top:30px; }
.mingz1 li{ float:left;border:2px solid #ba1a18;border-radius:4px;margin-left:20px;}
.h_yans{ background:#ba1a18;margin:3px;border-radius:4px; width:215px;height:130px; text-align:center;}
.h_yans img{margin-top:30px;}
.h_yans p{color:#FFF;font-size:18px;margin-top:20px; text-align:center; }
.yi_dej{margin:20px 20px;}
.f_huisk{ background:#9b9b9b;color:#FFF; display:block;border-radius:3px; width:100px;line-height:34px;margin:10px auto 0;}
.f_huisk:hover{ background:#b91515;}
.fhui_j{ float:left;margin:6px 10px;}
.hd_zkq{ float:right;color:#888888;font-size:14px;margin-right:25px;margin-top:-20px;}
.jpz_1{padding-bottom:30px;}
.ph_banah {
    background: #FFF;
    padding: 30px 30px 30px 10px;
    margin-bottom: 10px;
    margin: 20px;
}

.listInner {
    height: 410px;
    overflow: auto;
}
.ph_banah li{margin-bottom:15px;}
.dif_h{font-size:20px;color:#e4385c;}
.lf_s{ width:300px; float:left; text-align:center;}
.w_dias {
    background: url(../../images/huodong_korea/hg_wuyi/wuyi1_24.jpg);
    position:relative;
}
.bath2{background:url(../../images/huodong_korea/hg_wuyi/hgmxlu_01.jpg) no-repeat center top; position:relative;} 
.lf_bjy1{ background:url(../../images/huodong_korea/hg_wuyi/hgmxlu_04.jpg) no-repeat;height:387px;}
.lf_bjy2{ background:url(../../images/huodong_korea/hg_wuyi/hgmxlu_05.jpg) no-repeat;height:427px;}
.lf_bjy3{ background:url(../../images/huodong_korea/hg_wuyi/hgmxlu_06.jpg) no-repeat;height:438px;}
.lf_bjy4{ background:url(../../images/huodong_korea/hg_wuyi/hgmxlu_07.jpg) no-repeat;height:406px;}
.lf_bjy5{ background:url(../../images/huodong_korea/hg_wuyi/hgmxlu_08.jpg) no-repeat;height:336px;}
.b_dit{ background:url(../../images/huodong_korea/hg_wuyi/hgmxlu_09.jpg) no-repeat center bottom; }
.wld_sx{ position:relative;}
.wld_sx a{ position:absolute; display:block; }
.lj_s1{ width:220px;height:52px; top:15px;left:200px;}
.lj_s2{ width:310px;height:52px; top:397px;right:180px;}
.lj_s3{ width:310px;height:52px; top:807px;left:140px;}
.qis_ren {
    width: 126px;
    height: 162px;
    position: absolute;
    top: 175px;
    left: 200px;
    transform-origin: bottom center;
}

#obstruct {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    display: none;
}
@keyframes person {
    0% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(5deg);
    }
}

@-webkit-keyframes person {
    0% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(5deg);
    }
}
@-moz-keyframes person {
    0% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(5deg);
    }
}

.personReverse img{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.personGo {
    -webkit-animation: person ease 1s alternate infinite;
    -moz-animation: person ease 1s alternate infinite;
    animation: person ease 1s alternate infinite;
}

.tc_xinx {
    background: #fff;
    border: 2px solid #c12b2d;
    width: 550px;
    border-radius: 3px;
    padding: 15px;
    position: fixed;
    left: 50%;
    margin-left: -290px;
    top: 50%;
    margin-top: -230px;
    transform: rotateX(60deg);
    /*opacity: 0;*/
    display: none;
}
@-webkit-keyframes windowShow {
    0% {
        transform: rotateX(60deg);
        opacity: 0;
    }

    60% {
        transform: rotateX(0deg);
    }

    70% {
        transform: rotateX(-20deg);
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes windowShow {
    0% {
        transform: rotateX(60deg);
        opacity: 0;
    }

    60% {
        transform: rotateX(0deg);
    }

    70% {
        transform: rotateX(-20deg);
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes windowShow {
    0% {
        transform: rotateX(60deg);
        opacity: 0;
    }

    60% {
        transform: rotateX(0deg);
    }

    70% {
        transform: rotateX(-20deg);
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

.windowShow {
    -webkit-animation: windowShow ease 1s forwards;
    -moz-animation: windowShow ease 1s forwards;
    animation: windowShow ease 1s forwards;
}
.widnowBack {
    background:black;
    position:fixed;
    top:0px;
    height:0px;
    width:100%;
    height:100%;
    opacity:0.2;
    filter:alpha(opacity=20);
    display:none;
}
.zhuyi{font-size:18px;color:#920e0e; text-align:center;margin-top:13px;}
.gbixd{ float:right; display:block; line-height:20px;font-size:20px;color:#999;}
.gbixd:hover{color:#999;}
.sj_jux{ width:150px; float:left; text-align:right;}
.nc_wx li{margin-bottom:10px; }
.nc_wx{margin-top:30px;}
.nc_wx li input{ background:#f3f3f3;border:none;font-size:14px;line-height:20px;padding:7px 10px;width:260px;}
.qr_tjia{ display:block; background:#c12b2d;color:#FFF;border-radius:2px; width:120px; margin:20px auto 10px; text-align:center;line-height:34px;}
.zhuyizau{color:#000;font-size:20px; text-align:center;margin-top:8px;line-height:36px;}
.shiba{ margin:0 auto; width:154px;}
.an_mius{ display:block; float:left; background:#c12b2d;color:#FFF;border-radius:2px; width:120px; margin-left:40px;text-align:center;line-height:34px;}
.dfa_q1{ width:360px;margin:15px auto;}
.f_xiam {
    color: #0a5385;
    font-size: 14px;
    text-align: center;
    display: block;
    text-decoration: underline;
}

    .f_xiam:hover {
        color: blue;
    }
.h23{ float:right;font-size:14px;color:#888888;margin:10px 20px 5px;}
.shiba2{margin:0 auto; width:293px;}
.men_aw{ float:left;margin:35px 45px;}
.zhuyizau23{font-size:18px; text-align:center;line-height:36px; float:left;padding:10px 0;}
.gxni{ float:left;}
.xianjin{font-size:18px; text-align:center;line-height:36px;}
.w_guanz{border-top:1px dashed #CCC;margin-top:5px;padding:5px;font-size:15px;}
.w_guanz span{color:#0c616b;  }