﻿@charset "UTF-8";

/**
 *
 * @authors Your Name (you@example.org)
 * @date    2016-10-27 10:04:32
 * @version $Id$
 */


/*注册、登录*/
.login-page{width: 100%;height: 550px;background: url(../images/banner02.jpg) no-repeat center;}
.lg-box{background: #fff;width: 420px; height: 450px; padding: 40px 40px; position: absolute;right:0px; top: 50px;font-size: 14px; color: #666;z-index: 99999;}
.zc-title{font-size: 24px; color: #666;margin-bottom: 35px;}
.lg-title{color: #fff;font-size: 26px;background: #faa926;display: inline-block;width: 100%;height: 60px;line-height: 60px;position: absolute;top: 0;left: 0;}
.l-input{background: #fff;width: 100%;height: 50px; line-height: 50px; color: #666; font-size: 13px;padding-left: 10px;border: 1px solid #dedede; }
.i-item{width: 100%;}
.l-btn{display: inline-block;background: #005bac; font-size: 16px; color: #fff; width: 230px; height: 35px; line-height: 35px;}
.l-btn:hover{color: #fff;}
.l-tips{margin-top: 10px; color: #666;font-size: 14px;}
.l-tips a{color: #af52a2;}
.l-copy{position: absolute; bottom: 60px; left: 50%; margin-left: -120px;}

.l-item{width: 100%;}
.l-lable{width: 80px;height: 35px; line-height: 35px;}
.l-txt{width: 270px;}
.l-txt .l-input{width: 270px; height: 35px; line-height: 35px;}
.l-txt .choose-box{height: 35px; line-height: 35px; margin-bottom: 0;}
/*注册、登录 end*/


/*帮助中心*/
.help-page{}
.h-position{width: 100%;height: 60px; line-height: 60px;color: #666; border-bottom: 1px solid #ddd;}
.help-cnt{}
.h-sidebar{width: 195px;border: 1px solid #ddd;}
.h-sidebar .item{}
.h-sidebar .item .title{height: 50px; line-height: 50px; background: #f3f3f3;}
.h-sidebar .item .title span{border-left: 5px solid #fa9800; padding-left: 20px;margin-left: 20px;font-size: 18px; color: #333;}
.h-sidebar .item ul{padding: 20px; padding-left: 45px;}
.h-sidebar .item ul li{font-size: 15px; color: #666;margin-bottom: 10px;}
.h-main{width: 990px;}
.question-list{}
.question-list ul li{height: 40px; line-height: 40px;font-size: 14px; color: #666; border-bottom: 1px dotted #ccc;background: url(../images/i06.png) no-repeat left; padding-left: 20px;}

/*帮助中心 end*/

