@charset "utf-8";
/* CSS Document */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, table, th, td {
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
}
strong {
    font-weight: bold;
}
ul, ol {
    list-style: none outside none;
}
fieldset, img {
    border: medium none;
    vertical-align: middle;
}
caption, th {
    text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font: 12px/20px Arial, Verdana, "宋体", "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
    color: #666;
    background: #FFF none repeat scroll 0 0;
    min-width: 1200px;
}
input, select, textarea {
    font: 12px/20px Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
i, cite, em {
    font-style: normal;
}
input, button, select, textarea {
    outline: none
}
html {
    min-height: 101%;
}
/* 链接 */
a {
    color: #333;
    text-decoration: none;
    outline: medium none;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}
a, a:active {
    text-decoration: none;
}
a:hover {
    color: #D93600;
    text-decoration: underline;
}
/* 超出隐藏（需要再设置宽高） */
.over_hidden {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Clearfix,避免因子元素浮动而导致的父元素高度缺失能问题 */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
*html .clearfix {
    height: 1%;
}
*+html .clearfix {
    height: 1%;
}
time {
    color: #777;
}
/* ==========================
 * 为旧版本浏览器格式化Html5元素
 * ========================== */
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block;
}
/*文字排版
******************************/
.f12 {
    font-size: 12px;
}
.f13 {
    font-size: 13px;
}
.f14 {
    font-size: 14px;
}
.f16 {
    font-size: 16px;
}
.f20 {
    font-size: 20px;
}
.fb {
    font-weight: bold;
}
.fn {
    font-weight: normal;
}
.t2 {
    text-indent: 2em;
}
.lh150 {
    line-height: 150%
}
.lh180 {
    line-height: 180%
}
.lh200 {
    line-height: 200%
}
.unl {
    text-decoration: underline;
}
.no_unl {
    text-decoration: none;
}
.noborder {
    border-style: none!important;
    border-width: 0!important;
}
/*定位
******************************/
.tl {
    text-align: left !important;
}
.tc {
    text-align: center !important;
}
.tr {
    text-align: right !important;
}
.bc {
    margin-right: auto;
    margin-left: auto;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right !important;
    display: inline;
}
.cb {
    clear: both;
}
.cl {
    clear: left;
}
.cr {
    clear: right;
}
.vm {
    vertical-align: middle;
}
.vt {
    vertical-align: top;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.abs-right {
    position: absolute;
    right: 0;
}
.zoom {
    zoom: 1
}
/*.hidden { visibility:hidden;*/}
.none {
    display: none;
}
.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.mt30 {
    margin-top: 30px !important;
}
body {
    background: #FFF;
    margin: 0;
    padding: 0;
}
.wrapper {
    width: 1000px;
    margin: 0 auto;
}
/* =====================
 * 表单元素格式化及伪类效果
 * ===================== */
input[type="text"], input[type="password"], input.text, input.password {
    font: 12px/18px Arial;
    color: #777;
    background-color: #FFF;
    vertical-align: top;
    display: inline-block;
    height: 18px;
    padding: 3px 1px;
    border: solid 1px #CCC;
    outline: 0 none;
}
input[type="text"]:focus, input[type="password"]:focus, input.text:focus, input.password:focus, textarea:focus {
    color: #333;
    border-color: #75B9F0;
    box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15);
    outline: 0 none;
}
input[type="text"].error, input[type="password"].error, textarea.error {
    border-color: #ED6C4F;
    box-shadow: 0 0 0 2px rgba(232, 71, 35, 0.15);
    outline: 0 none;
}
textarea, .textarea {
    font: 12px/20px Arial;
    color: #777;
    background-color: #FFF;
    vertical-align: top;
    display: inline-block;
    height: 60px;
    padding: 4px;
    border: solid 1px #CCC;
    outline: 0 none;
}
input.error, input:hover.error, input:focus.error, textarea.error, textarea.error:hover, textarea.error:focus {
    background-color: #FFBFBF;
    border: dotted 1px #D90000;
}
input[type="file"] {
    background-color: #FFF;
    vertical-align: middle;
    display: inline-block;
    width: 206px;
}
input[type="button"] {
    line-height: 22px;
    color: #555;
    background-color: #FEFFFF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFFFF', endColorstr='#F7FCFF');
    background-image: -webkit-gradient( linear, left top, left bottom, from(#FEFFFF), to(#F7FCFF));
    background-image: -moz-linear-gradient(top, #FEFFFF, #F7FCFF);
    vertical-align: middle;
    display: inline-block;
    height: 22px;
    padding: 0 4px;
    border: 1px solid;
    border-color: #DBE9EB #BCD7DA #BCD7DA #DBE9EB;
    cursor: pointer;
    box-shadow: 1px 1px 0 rgba(153,153,153,0.15);
}
input[type="button"] {
    *display: inline;
}
select, .select {
    color: #777;
    background-color: #FFF;
    height: 26px;
    vertical-align: middle;
    *display: inline;
    padding: 2px;
    border: solid 1px #CCC;
    *zoom:1;
}
select option, .select option {
    line-height: 20px;
    display: block;
    height: 20px;
    padding: 2px;
}
input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 5px;
}
label.error {
    color: #333;
    line-height: 18px;
    background: #FFEEEE url(../images/apply/joinin_pic.png) no-repeat -395px -135px;
    vertical-align: middle;
    display: inline-block;
    height: 18px;
    padding: 1px 5px 1px 20px;
    margin-left: 4px;
    border: solid 1px #FCC;
}
label.error {
    *display: inline;
}
/*顶部内容样式*/
.header {
    width: 1000px;
    height: 80px;
    margin: 0 auto;
}
.header_logo {
    width: 240px;
    height: 60px;
    text-align: left;
    float: left;
    margin: 12px auto auto 10px;
}
.header_logo img {
    max-width: 240px;
    max-height: 60px;
}
.header_menu {
    width: 480px;
    height: 24px;
    float: right;
    margin-top: 30px
}
.header_menu li {
    text-align: center;
    width: 160px;
    float: left;
}
.header_menu li a {
    font: 600 14px/24px "microsoft yahei";
    color: #555;
    margin: 0 auto;
}
.header_menu li a i {
    background: url(../images/apply/joinin_pic.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    *zoom: 1;
}
.header_menu li a.joinin i {
    background-position: 0 0;
}
.header_menu li a.login i {
    background-position: -30px 0;
}
.header_menu li a.faq i {
    background-position: -60px 0;
}
.header_menu li a.joinin:hover, .header_menu li.current a.joinin {
    text-decoration: none;
    color: #27A9E3;
}
.header_menu li a.login:hover, .header_menu li.current a.login {
    text-decoration: none;
    color: #28B779;
}
.header_menu li a.faq:hover, .header_menu li.current a.faq {
    text-decoration: none;
    color: #FFB748;
}
.header_menu li a.joinin:hover i, .header_menu li.current a.joinin i {
    background-position: -90px 0;
}
.header_menu li a.login:hover i, .header_menu li.current a.login i {
    background-position: -120px 0;
}
.header_menu li a.faq:hover i, .header_menu li.current a.faq i {
    background-position: -150px 0;
}
.header_line {
    font-size: 0;
    line-height: 2px;
    background-color: #D93600;
    width: 100%;
    height: 2px;
    border-bottom: solid 2px #EEE;
    position: relative;
    z-index: 1;
}
.header_line span {
    font-size: 0;
    line-height: 2px;
    background: url(../images/apply/joinin_pic.png) no-repeat 0 -30px;
    display: block;
    width: 480px;
    height: 2px;
    margin-left: 20px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
}
/* 满屏背静切换焦点图 */
.banner {
    width: 100%;
    height: 350px;
    margin-top: -2px;
    position: relative;
    z-index: 1;
}
.user-box {
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#3F000000', endColorstr='#3F000000');
    background: rgba(0,0,0,0.25);
    margin-left: -470px;
    width: 280px;
    height: 300px;
    position: absolute;
    z-index: 9;
    top: 25px;
    left: 50%;
    border-radius: 5px;
}
.user-login {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.user-login h3 {
    font: 600 16px/24px "microsoft yahei";
    color: #FFF;
    padding: 12px 10px 4px 10px;
    margin: 0 10px 10px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
.user-login h3 em {
    font-size: 12px;
    color: #FC9;
}
.user-login dl {
    font-size: 0;
    *word-spacing:-1px/*IE6、7*/;
    padding: 10px 0;
    margin: 0 10px;
}
.user-login dt, .user-login dd {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.user-login dt {
    line-height: 28px;
    color: #FFF;
    text-align: right;
    width: 28%;
    margin-right: 2%;
}
.user-login dd {
    color: #FFF;
    text-align: left;
    width: 70%;
    position: relative;
    z-index: 1;
}
.user-login dd .text {
    width: 150px;
    border: none !important;
    padding: 4px !important;
}
.user-login dd .button {
    font: 600 14px/30px "microsoft yahei";
    color: #FFF;
    background: #FF7F00 none;
    width: 80px;
    height: 30px;
    margin-right: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
}
.user-login dd a {
    color: #FFF;
}
.user-login label.error {
    color: #FC6;
    line-height: 20px;
    background: none;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    z-index: 1;
    top: 26px;
    left: 2px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}
.user-login .register {
    color: #CCC;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
    background: rgba(0,0,0,0.5);
    text-align: center;
    width: 100%;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}
.user-login .register a {
    color: #FF0;
}
.user-joinin {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.user-joinin h3 {
    font: 600 16px/24px "microsoft yahei";
    color: #FFF;
    padding: 12px 10px 8px 10px;
    margin: 0 10px 10px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
.user-joinin dl {
    font-size: 12px;
    line-height: 22px;
    color: #FFF;
    margin: 0 20px;
}
.user-joinin dt {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.user-joinin dd {
    background: url(../images/apply/joinin_pic.png) no-repeat -470px -60px;
    padding: 10px 0 10px 10px;
}
.user-joinin dd a {
    color: #FFB748;
}
.user-joinin .bottom {
    color: #CCC;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
    background: rgba(0,0,0,0.5);
    text-align: center;
    width: 100%;
    padding: 15px 0;
    border-radius: 0 0 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}
.user-joinin .bottom a {
    font: 600 14px/20px "microsoft yahei";
    color: #FFF;
    background: #FF7F00 none;
    display: inline-block;
    *display: inline;
    height: 20px;
    padding: 5px 10px;
    margin-right: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.25);
    zoom: 1;
}
.full-screen-slides {
    width: 100%;
    height: 350px;
    position: relative;
    z-index: 1;
    text-align:center
}
.full-screen-slides a img{
    margin:0 auto;
}
.full-screen-slides li {
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.full-screen-slides-pagination {
    font-size: 0;
    *word-spacing:-1px/*IE6、7*/;
    text-align: center;
    display: block;
    list-style: none;
    width: 100px;
    height: 10px;
    margin-left: -50px;
    position: absolute;
    z-index: 9;
    bottom: 15px;
    left: 50%;
}
.full-screen-slides-pagination li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display:inline/*IE6、7*/;
    list-style: none;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#BF000000', endColorstr='#BF000000');
    background: rgba(0,0,0,0.75);
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    *zoom: 1;
}
.full-screen-slides-pagination a {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}
.full-screen-slides-pagination .current {
    background: #FFF;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.5);
}
.indextip {
    color: #777;
    background-color: #EEE;
    width: 100%;
    height: 60px;
}
.indextip .container {
    width: 1000px;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
}
.indextip .title {
    width: 60px;
    height: 48px;
    display: inline-block;
    *display: inline;
    padding: 6px 12px 6px 24px;
    *zoom: 1;
}
.indextip .title i {
    background: url(../images/apply/joinin_pic.png) no-repeat -190px 0;
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 18px;
}
.indextip .title h3 {
    font: 14px/24px "microsoft yahei";
    text-align: center;
    width: 100%;
    height: 24px;
    clear: both;
}
.indextip .content {
    font: 12px/20px "microsoft yahei";
    vertical-align: top;
    display: inline-block;
    *display: inline;
    width: 880px;
    padding: 10px;
    *zoom: 1;
}
.breadcrumb {
    font-size: 0;
    *word-spacing:-1px/*IE6、7*/;
    width: 1000px;
    height: 20px;
    padding: 10px 0;
    margin: 0 auto;
}
.breadcrumb span {
    font-size: 12px;
    color: #999;
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.breadcrumb a {
    color: #777;
}
.breadcrumb .icon-home {
    background: url(../images/apply/joinin_pic.png) no-repeat -240px 0;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.breadcrumb .arrow {
    line-height: 20px;
    color: #AAAAAA;
    font-family: "宋体";
    margin: 0 6px;
}
.main {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}
.main .index-title {
    font: 600 16px/20px "microsoft yahei";
    color: #333;
    width: 950px;
    padding: 5px 15px;
    margin: 0 auto;
    border-bottom: dotted 1px #CCC;
}
.joinin-index-step {
    font-size: 0;
    *word-spacing:-1px/*IE6、7*/;
    width: 800px;
    height: 110px;
    margin: 30px auto;
    overflow: hidden;
}
.joinin-index-step span {
    font-size: 12px;
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.joinin-index-step span.step {
    line-height: 20px;
    text-align: center;
    width: 80px;
}
.joinin-index-step span.step i {
    background: url(../images/apply/joinin_pic.png) no-repeat;
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.joinin-index-step span.step i.a {
    background-position: 0 -40px;
}
.joinin-index-step span.step i.b {
    background-position: -80px -40px;
}
.joinin-index-step span.step i.c {
    background-position: -160px -40px;
}
.joinin-index-step span.step i.d {
    background-position: -240px -40px;
}
.joinin-index-step span.step i.e {
    background-position: -320px -40px;
}
.joinin-index-step span.arrow {
    background: url(../images/apply/joinin_pic.png) no-repeat -410px -40px;
    width: 14px;
    height: 22px;
    margin: 0 41px;
}
/*页内整体布局*/
.main {
    width: 1000px;
    padding: 0;
    margin: 0 auto 10px auto;
    overflow: hidden;
}
/*申请流程*/
.joinin-step ul {
    font-size: 0;
    *word-spacing:-1px/*IE6、7*/;
    width: 616px;
    height: 46px;
    margin: 40px auto 20px auto;
}
.joinin-step ul li {
    font-size: 12px;
    background: url(../images/apply/joinin_pic.png) no-repeat 0 -130px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    width: 120px;
    height: 16px;
    position: relative;
    z-index: 1;
    *zoom: 1;
}
.joinin-step ul li.step1 {
    background-position: -52px -130px;
    width: 68px;
}
.joinin-step ul li.step6 {
    width: 68px;
}
.joinin-step ul li.current {
    background-position: -120px -130px;
}
.joinin-step ul li.step1.current {
    background-position: -172px -130px;
}
.joinin-step ul li span {
    color: #999;
    text-align: center;
    width: 120px;
    height: 20px;
    margin-left: -60px;
    position: absolute;
    z-index: 1;
    bottom: -30px;
    left: 50%;
}
.joinin-step ul li.step1 span {
    margin-left: -86px;
}
.joinin-step ul li.step6 span {
    margin-left: -36px;
}
/*提示文字*/
.alert {
    color: #C09853;
    background-color: #FCF8E3;
    padding: 8px 35px 8px 14px;
    margin: 10px auto;
    border: 1px solid #FBEED5;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert a {
    color: #927036;
    text-decoration: underline;
}
.alert h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 2px;
}
.alert ul {
    margin-bottom: 10px
}
.alert li {
    margin: 4px 0;
}
.alert li em {
    font-weight: 600;
    color: #F30;
    margin: 0 2px;
}
.alert i {
    font-size: 14px;
    margin-right: 4px;
    vertical-align: middle;
}
.joinin-info {
    width: 980px;
    margin: 10px auto 0 auto;
    overflow: hidden;
}
.joinin-info .tabs-nav {
    font-size: 0;
    *word-spacing:-1px/*IE6、7*/;
    background-color: #F5F5F5;
    width: 984px;
    border-bottom: solid 2px #0286D8;
}
.joinin-info .tabs-nav li {
    font: 14px/20px "microsoft yahei";
    color: #333;
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: center;
    display: inline-block;
    *display: inline;
    width: 242px;
    padding: 10px 0;
    border-right: solid 4px #FFF;
    *zoom: 1;
}
.joinin-info .tabs-nav li.tabs-selected {
    background-color: #0286D8;
}
.joinin-info .tabs-nav li.tabs-selected h3 {
    color: #FFF;
    font-weight: 600;
}
.joinin-info .tabs-panel {
    margin: 15px 0;
}
.joinin-info .tabs-hide {
    display: none;
}
/*商家入驻表单*/
.joinin-pay {
    background-color: #FFF;
}
.store-joinin {
    background-color: #FFF;
    width: 100%;
    line-height: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: transparent transparent #C9DDE0 #C9DDE0;
    box-shadow: 2px 2px 2px rgba(204,204,204,0.25);
}
.store-joinin thead th {
    font-weight: 600;
    color: #214752;
    background-color: #E3EFF0;
    height: 20px;
    padding: 6px 4px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #C9DDE0 #C9DDE0 transparent transparent;
}
.store-joinin tbody th {
    color: #555555;
    background-color: #F0F7FA;
    text-align: right;
    width: 108px;
    height: 20px;
    padding: 6px 4px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #C9DDE0 #C9DDE0 transparent transparent;
}
.store-joinin tbody td {
    color: #333;
    min-width: 119px;
    height: 20px;
    padding: 4px 6px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #C9DDE0 #C9DDE0 transparent transparent;
}
.store-joinin tbody td img {
    max-width: 100px;
    max-height: 100px;
    padding: 4px;
    border: solid 1px #EEE;
}
.store-joinin tbody td textarea {
    width: 400px;
    height: 100px;
}
table.type {
    width: 700px;
    border: solid 1px #EEE;
}
table.type thead th {
    color: #555;
    background-color: #F7F7F7;
    text-align: center;
    padding: 4px;
    border-color: #EEE;
}
table.type tbody td {
    color: #777;
    text-align: center;
    padding: 4px;
    border-color: #EEE;
}
table.type tbody td input {
    width: 60px;
    padding: 0;
}
#banner {
    position: relative
}
#ctrl1 {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 10
}
#ctrl1 span {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #333;
    margin-left: 5px;
    cursor: pointer
}
#ctrl1 span.hov {
    background: #c40000
}