/* 通用的清除浮动和 zoom 样式，在手机端可能也需要 */
.module .bd,
.mod-panel .panel,
.mod-panel .panel-left .row,
.mod-panel .panel-left dl,
.mod-panel .panel-left dl dt,
.mod-panel .panel-left dl dd {
    zoom: 1;
}

.module .bd:before,
.mod-panel .panel:before,
.mod-panel .panel-left .row:before,
.mod-panel .panel-left dl:before,
.mod-panel .panel-left dl dt:before,
.mod-panel .panel-left dl dd:before,
.module .bd:after,
.mod-panel .panel:after,
.mod-panel .panel-left .row:after,
.mod-panel .panel-left dl:after,
.mod-panel .panel-left dl dt:after,
.mod-panel .panel-left dl dd:after {
    content: "";
    display: table;
}

.module .bd:after,
.mod-panel .panel:after,
.mod-panel .panel-left .row:after,
.mod-panel .panel-left dl:after,
.mod-panel .panel-left dl dt:after,
.mod-panel .panel-left dl dd:after {
    clear: both;
    overflow: hidden;
}

/* 手机端样式 */
.module {
    margin-bottom: 10px;
    border-left: none;
    border-right: none;
    background: #fff;
    border: 1px solid #f0f0f0;
}

.mod-panel .hd {
    height: 44px;
    border-bottom: 1px solid #f0f0f0;
}

.mod-panel .hd ul {
    margin: 0 20px;
    overflow: hidden;
}

.mod-panel .hd li {
    float: left;
    width: 50%;
}

.mod-panel .hd li.active a.qm {
    background: url("../image/xingzuo.png") no-repeat -328px -807px;
}

.mod-panel .hd li.active a.jm {
    background: url("../image/xingzuo.png") no-repeat -426px -809px;
}

.mod-panel .hd li a {
    display: block;
    width: 78px;
    height: 44px;
    margin: 0 auto;
    text-indent: -33em;
    overflow: hidden;
}

.mod-panel .hd li a.qm {
    background: url("../image/xingzuo.png") no-repeat -327px -766px;
}

.mod-panel .hd li a.jm {
    background: url("../image/xingzuo.png") no-repeat -425px -766px;
}

.mod-panel .bd {
    height: auto;
}

.mod-panel .panel-left,
.mod-panel .panel-right {
    float: none;
    width: auto;
    padding: 15px 0;
}

.mod-panel .panel-left .row {
    width: auto;
}

.mod-panel .panel-left dl {
    float: none;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 36px;
    color: #333;
}

.mod-panel .panel-left dl dt {
    float: left;
    width: 84px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.mod-panel .panel-left dl dd {
    display: block;
    margin-left: 96px;
    vertical-align: middle;
}

.mod-panel .panel-left dl input[type="text"] {
    width: 150px;
    height: 24px;
    line-height: 24px;
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #666;
    outline: none;
}

.mod-panel .panel-left dl select {
    min-width: 80px;
    height: 36px;
    line-height: 24px;
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #666;
    outline: none;
}

.mod-panel .panel-left .box {
    margin-bottom: 20px;
    text-align: center;
}

.mod-panel .panel-left .box .avatar {
    width: 60px;
    height: 60px;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.mod-panel .panel-left .box .avatar img {
    width: 60px;
    height: 60px;
}

.mod-panel .panel-left .box p {
    line-height: 32px;
    font-size: 14px;
}

.mod-panel .panel-left .box label {
    display: inline-block;
    width: 60px;
    margin: 0 15px;
}

.mod-panel .panel-left .box label span,
.mod-panel .panel-left .box label input {
    vertical-align: middle;
}

.mod-panel .panel-left .box input[type="radio"] {
    width: 14px;
    height: 14px;
}

.mod-panel .panel-left .btn {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 65px;
    border: medium none;
    background: url("../image/xingzuo.png") no-repeat -1px -786px;
    cursor: pointer;
    zoom: 0.6;
    outline: none;
}

.mod-panel .panel-left .btn span {
    display: block;
    width: 107px;
    height: 26px;
    background: url("../image/xingzuo.png") no-repeat -200px -782px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -53.5px;
    text-indent: -33em;
    overflow: hidden;
}

.mod-panel .panel-left .btn:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.mod-panel .panel-left .btn-2 span {
    background: url("../image/xingzuo.png") no-repeat -197px -819px;
}

.mod-panel .panel-right {
    width: auto;
    margin: 0 15px;
}

.mod-panel .panel-right .box {
    width: 100%;
    height: auto;
    border: 3px solid #e8e7e1;
    background: #fffdf6 url("../image/bg.png") no-repeat bottom right;
    position: relative;
    padding-bottom: 20px;
    background-size: 80px 50px;
}

.mod-panel .panel-right .box .c-hd {
    width: 200px;
    margin: 0 auto 32px;
    border-bottom: 2px solid #e8e7e1;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    color: #333;
}

.mod-panel .panel-right .box .c-hd span {
    position: relative;
    bottom: -17px;
    padding: 0 20px;
    background: #fffdf6;
    font-weight: bold;
}

.mod-panel .panel-right .box .c-bd {
    padding: 0 20px;
    line-height: 26px;
    font-size: 14px;
    color: #888;
}

.mod-panel .ft {
    margin: 0 10px;
    padding: 15px 0;
}

.mod-panel .ft .title {
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    line-height: 36px;
    font-size: 16px;
}

.mod-panel .ft ul {
    overflow: hidden;
}

.mod-panel .ft ul.list-5 li,
ul.list-5 li {
    width: 50%;
    float: left;
    margin-bottom: 2px;
}

.mod-panel .ft li {
    width: 25%;
    float: left;
    margin-bottom: 2px;
}

.mod-panel .ft li a,
ul.list-5 li a {
    display: block;
    height: 32px;
    background: #f8f8f8;
    margin: 0 1px;
    line-height: 32px;
    text-align: center;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
}

.mod-intro ul.list-5 li a {
    text-align: left;
    padding-left: 5px;
}

.mod-panel .ft li a:hover {
    background: #333;
    color: #fff;
}

.mod-intro .hd {
    padding-top: 15px;
}

.mod-intro .hd span {
    display: inline-block;
    height: 22px;
    margin-bottom: 10px;
    border-left: 3px solid #d3b17d;
    padding-left: 12px;
    line-height: 22px;
    font-size: 18px;
}

.mod-intro .bd {
    margin: 0 15px;
    padding-bottom: 15px;
    line-height: 26px;
}

.mod-xing .hd {
    padding-top: 15px;
}

.mod-xing .hd span {
    display: inline-block;
    height: 22px;
    margin-bottom: 10px;
    border-left: 3px solid #d3b17d;
    padding-left: 12px;
    line-height: 22px;
    font-size: 18px;
}

.mod-xing .bd {
    padding: 15px 0;
    margin: 0 10px;
}

.mod-xing .bd ul {
    overflow: hidden;
}

.mod-xing .bd li {
    float: left;
    width: 10%;
}

.mod-xing .bd li .character {
    display: inline-block;
    width: 54px;
    height: 54px;
    margin-bottom: 5px;
    background: url("../image/table.gif") 0 center no-repeat;
    line-height: 54px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #444;
    zoom: 0.5;
}

.mod-xing .bd li .character2 {
    display: inline-block;
    width: 54px;
    height: 54px;
    margin-bottom: 5px;
    background: url("../image/table.gif") 0 center no-repeat;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #444;
    zoom: 0.5;
}