@charset "GB2312";
.fixed-mask {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    background: rgba(0,0,0,.5);
    z-index: 9999;
}

.zhz{
	width:250px;
	height:38px;
	margin:0 auto;
}

.fixed-mask .g-center-block {
    width: 1000px;
    height: 100%;
    position: relative;
}

.g-fixed-mask-top {
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px dashed #ffffff;
}

.g-fixed-mask-top img {
    position: absolute;
}

.g-fixed-mask-top .img1 {
    bottom: 0;
    left: 26px;
}

.g-fixed-mask-top .img2 {
    top: 14px;
    left: 154px;
}

.g-fixed-mask-top .img3 {
    top: 14px;
    left: 416px;
}

.g-fixed-mask-top .select-box {
    width: 190px;
    position: absolute;
    right: 84px;
    top: 14px;
}

.g-fixed-mask-top .select-box select {
    width: 190px;  
    height: 27px;
    border: 1px solid #cccccc;
    background: #ffffff url("img/fixed-select-arrow.png") no-repeat 166px center;
    font-size: 16px;
    color: #808080;
}

.g-fixed-mask-top .select-box select + select {
    margin-top: 9px;
}

.g-fixed-mask-top .info {
    position: absolute;
    left: 154px;
    top: 58px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 1;
}

.fixed-mask .close_tc {
    position: absolute;
    top: 7px;
    right: 6px;
    width: 32px;
    height: 32px;
    background: url("img/fixed-mask-close.png") no-repeat 0 0;
    cursor: pointer;
    display: block;
}

.fixed-mask .box1 {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 91px;
    left: 0;
    padding-top: 12px;
    display: none;
}


.fixed-mask .box1 input {
    border: 1px solid #cccccc;
    background-color: rgb(247, 247, 247);
    width: 234px;
    height: 38px;
    margin: 0 auto;
    border-radius: 2px;
}



.fixed-mask .box1 a {
    width: 240px;
    height: 49px;
    background: url("img/fixed-mask-btn1.png") no-repeat center;
    margin: 13px auto 0;
}

.fixed-mask .box3 {
    width: 100%;
    height: 158px;
    position: absolute;
    left: 0;
    bottom: 0;
    /*background: url("img/move.png") no-repeat center 0;*/
    display: none;
}

.fixed-mask .box3 p {
    text-align: center;
    color: #ffffff;
    line-height: 1;
}

.fixed-mask .box3 p.sm {
    font-size: 14px;
    color: #e5e5e5;
    padding: 36px 0 0 0;
}

.fixed-mask .box3 p.lg {
    font-size: 20px;
    color: #ffffff;
    padding: 14px 0 12px 0;
}

.fixed-mask .box3 a {
    width: 358px;
    height: 49px;
    background: url("img/fixed-mask-btn2.png") no-repeat 0 0;
    margin: 0 auto;
}

.fixed-mask .box2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 203px;
    bottom: 158px;
    overflow-x: hidden;
    padding: 9px 0;
    display: none;
}

.fixed-mask .box2 li {
    border: 2px solid #e6e6e6;
    border-radius: 2px;
    background: #fafafa;
    width: 346px;
    height: auto;
    margin: 0 auto;
    font-size: 20px;
    color: #4d4d4d;
    text-align: center;
    line-height: 32px;
}

.fixed-mask .box2 li + li {
    margin-top: 12px;
}

.fixed-mask.active .box1,
.fixed-mask.active .box2,
.fixed-mask.active .box3,
.fixed-mask.active .close_tc {
    display: block;
}

.box2 em{
	
	color:#900000;
}



