﻿
.dbt {
    font-size: 14px;
    font-weight: bold;
    color: #666
}

.xq {
    padding-top: 10px;
}

.tct {
    border-bottom: 1px solid #eee;
    line-height: 34px;
}

.m10 {
    margin: 10px
}

.tcm ul li {
    display: inline;
    float: left;
    margin: 0 15px 0 0;
}

.tcm .tcdiv {
    border: 1px solid #eef5f9;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(244, 244, 244, 0.5);
    box-shadow: 0px 4px 12px 0px rgba(244, 244, 244, 0.5);
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    padding-bottom: 10px;
    width: 180px;
}

    .tcm .tcdiv:hover {
        border: 1px solid #fff;
        -webkit-box-shadow: 0px 4px 12px 0px rgba(200, 200, 200, 0.5);
        box-shadow: 0px 4px 12px 0px rgba(200, 200, 200, 0.5);
        background-color: #fefefe;
    }

.tcm .hovered {
    border: 1px solid #0066ff;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

    .tcm .hovered i {
        background: url(../images/choose2.png?v=3);
        background-size: 40px 40px;
        background-repeat: no-repeat;
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        z-index: 1;
        right: 0px;
        bottom: 0px;
    }

.zdyje_txt {
    width: 270px;
    border: 1px solid #ccc;
    border-right: 0px;
    padding: 10px;
    border-radius: 2px 0 0 2px;
    height: 18px;
    -webkit-appearance: none;
}
.zdyje_select {
    width: 200px;
    border: 1px solid #ccc;
    border-right: 0px;
    border-radius: 2px 0 0 2px;
    height: 40px;
}
.qrje_btn {
    height: 40px;
    padding: 8px 30px;
    margin: 0;
    cursor: pointer;
    border: 0px;
    font-size: 14px;
    border-radius: 0px 2px 2px 0px;
    color: #fff;
    background: #6699ff;
}

.hide_box {
    z-index: 999;
    filter: alpha(opacity=50);
    background: #000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}

.shang_box {
    width: 550px;
    height: 360px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin-left: -275px;
    margin-top: -180px;
    border: 1px dotted #dedede;
    display: none;
}

.shang_close {
    float: right;
    display: inline-block;
}

.shang_box img {
    border: none;
    border-width: 0;
}

.shang_tit {
    width: 100%;
    height: 75px;
    text-align: center;
    line-height: 66px;
    color: #a3a3a3;
    font-size: 16px;
    background: url(/images/dk-bg.jpg);
    margin-top: 7px;
    margin-right: 2px;
}

    .shang_tit p {
        color: #a3a3a3;
        text-align: center;
        font-size: 16px;
    }

.shang_payimg {
    width: 140px;
    padding: 10px;
    border: 2px solid #FF5722;
    margin: 0 auto;
    border-radius: 3px;
    height: 140px;
}

    .shang_payimg img {
        display: block;
        text-align: center;
        width: 140px;
        height: 140px;
    }

.shang_info {
    clear: both;
}

    .shang_info p, .shang_info a {
        color: #C3C3C3;
        text-align: center;
        font-size: 13px;
        text-decoration: none;
        line-height: 2em;
    }


.cz_payimg2 {
    width: 120px;
    padding: 10px;
    border: 1px solid #ffa632;
    border-radius: 5px;
    height: 120px;
}

    .cz_payimg2 img {
        display: block;
        text-align: center;
        width: 120px;
        height: 120px;
    }

.cz_info {
    clear: both;
}

.download_box {
    width: 300px;
    height: 200px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
    border: 1px dotted #dedede;
    display: none;
}

.download_tit {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    margin-top: 7px;
    margin-right: 2px;
}

.random_box {
    width: 300px;
    height: 230px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -115px;
    border: 1px dotted #dedede;
    display: none;
}

.random_tit {
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 35px;
    color: #333;
    font-size: 16px;
    margin-top: 7px;
    margin-right: 2px;
}

.tabGroup {
    float: left;
    width: 20%;
    height: auto;
    z-index: 3;
}

    .tabGroup li {
        height: 48px;
        line-height: 48px;
        padding-left: 8px;
        text-align: left;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        font-size: 14px;
        font-family: 'Microsoft yahei';
        color: #666;
    }

        .tabGroup li.selectedTab {
            background: #fff;
            color: #3498db;
            border-left: 2px solid #3498db;
        }

#container {
    float: left;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}

.search1 {
	background: url(../../images/ly_mo1.png) no-repeat 5px center;
	padding-left: 30px;
}
.search2 {
	background: url(../../images/ly_mo2.png) no-repeat 5px center;
	padding-left: 30px;
}
.search3 {
	background: url(../../images/ly_mo3.png) no-repeat 5px center;
	padding-left: 30px;
}
.search4 {
	background: url(../../images/ly_mo4.png) no-repeat 5px center;
	padding-left: 30px;
}
.inp {
	margin-top:-20px;
	border-color:#ccc;
	width:170px;
}
.lydiv1 {
	height: 46px;
	background:url('../../images/ly_mo5.png');
	background-size: 100% 100%;
	background-color: transparent;
	border-radius:5px 5px 0 0;	
}
.lydiv2 {
	Margin-left:12px; 
	Margin-top:15px; 
	color: #fff;
}
.lydiv3 {
	float:right ;
	Margin-right:12px;
	color: #fff; 
	width:15px;
	Margin-top:15px;
	background:url('../../images/ly_mo6.png');
	background-size: 100% 100%;
}
.lydivxq {
	width:228px;
	background: transparent;	
}
.lydivxqb {
	background-color: white;
	border-radius:5px 5px 0 0;	
	margin-Top:380px;
}
.lydivmb30 {
	Margin-top:-25px; 
}
.mbl30 {
	padding-left: 8px;
}

