﻿@charset "UTF-8";
/*!
 * @name ats.css
 * @author ahuing
 * @date 2016-1-15
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}



/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/**
 * @method 清除浮动 %clearfix 
 * @description 清除浮动
 * @example 调用
 * 
 * ```scss
 * div {
 *    @ extend %clearfix;
 * }
 * ```
 * 
 * ```css
 * 	div {
	    *zoom: 1;
	}
	div:after {
	    display: block;
	    clear: both;

	    height: 0;

	    content: '\20';
	}
 * ```
 */


/**
 * @method 去掉虚线框 %outline 
 * @description 去掉虚线框
 * @example 调用
 * 
 * ```scss
 * div {
 *    @ extend %outline;
 * }
 * ```
 * 
 * ```css
	div {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}
 * ```
 */
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/**
 * @method 文字不换行后面加省略号 %text-overflow 
 * @description 文字不换行后面加省略号
 * @example 调用
 * 
 * ```scss
 * div {
 *    @ extend %text-overflow;
 * }
 * ```
 * 
 * ```css
	div {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
 * ```
 */
.text-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/**
 * @method 透明层opacity 
 * @description 透明层 内容也透明
 * @param {number} $opacity - 透明度 0 ~ 1之间
 * @example 调用
 * 
 * ```scss
 * div {
 *    @ include opacity(.5);
 * }
 * ```
 * 
 * ```css
 * div {
	  opacity: .5;
	  filter: alpha(opacity=50);
 * }
 * ```
 */
/**
 * @method 背景透明层transparent 
 * @description 透明层只处理背景透明
 * @param {string} $color - 背景透明层的颜色
 * @param {number} $alpha - 透明度 0 ~ 1之间
 * @example 调用
 * 
 * ```scss
 * div {
 *    @ include transparent(#000, .5);
 * }
 * ```
 * 
 * ```css
 * div {
 *    	background-color: transparent;
		background-color: (0,0,0,.5);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff,);
		zoom: 1;
 * }
 * ```
 */
/**
 * @method triangle 
 * @description 生成一个三角形图标
 * @param {string} $size - 三角的大小
 * @param {string} $color - 三角颜色
 * @param {string} $direction - 三角的方向 up, down, left, right
 * @example 调用
 * 
 * ```scss
 * i {
 *    @ include triangle(5px, #bbb, up); 
 * }
 * ```
 * 
 * ```css
 * i {
 *    width: 0;
      height: 0;
      border-width: 5px;
      border-style: solid;
      border-color: transparent;
      border-bottom-color: #bbb;
 * }
 * ```
 */
/**
 * @method 水平线hr nav-divider 
 * @description 透明层 内容也透明
 * @param {string} $color=#e5e5e5 - 线的颜色
 * @param {string} $line-height-computed - 线的高度，空间
 * @example 调用
 * 
 * ```scss
 * div {
 *    @ include nav-divider(#e5e5e5, 24px);
 * }
 * ```
 * 
 * ```css
 * div {
	  height: 1px;
	  margin: 11px 0;
	  overflow: hidden;
	  background-color: #e5e5e5;
 * }
 * ```
 */
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}


input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
    color: #f00;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

[type='button'],
[type='submit'],
[type='image'] {
    cursor: pointer;
}

.container {
   
    min-width: 1200px;
    margin: auto;
}

/* 兼容百度编辑器内容 */
.list-paddingleft-2 {
    padding-left: 30px;
}

ul, ol, li, dl, dt, dd {
    list-style: none;
}


div, p, form, img, menu, ul, ol, li, dl, dt, dd, textarea, object {
    margin: 0;
    padding: 0;
    border: 0;
}

input,
select {
    margin: 0;
    padding: 0;
    outline: none;
}

i, em {
    font-style: normal;
}

.fr {
    float: right !important;
}

.fl {
    float: left !important;
}

.dn {
    display: none !important;
}

.db {
    display: block !important;
}

.vh {
    visibility: hidden;
}

.pos {
    position: static;
}

.pof {
    position: fixed;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.ma {
    margin: 0 auto !important;
}

.blank1, .blank2, .blank3, .blank4, .blank5, .blank6, .blank7, .blank8, .blank9, .blank10, .blank11, .blank12, .blank13, .blank14, .blank15, .blank16, .blank17, .blank18, .blank19, .blank20, .blank21, .blank22, .blank23, .blank24, .blank25, .blank26, .blank27, .blank28, .blank29, .blank30 {
    font-size: 1px;
    display: block;
    clear: both;
    overflow: hidden;
}

.blank1 {
    height: 1px;
}

.blank2 {
    height: 2px;
}

.blank3 {
    height: 3px;
}

.blank4 {
    height: 4px;
}

.blank5 {
    height: 5px;
}

.blank6 {
    height: 6px;
}

.blank7 {
    height: 7px;
}

.blank8 {
    height: 8px;
}

.blank9 {
    height: 9px;
}

.blank10 {
    height: 10px;
}

.blank11 {
    height: 11px;
}

.blank12 {
    height: 12px;
}

.blank13 {
    height: 13px;
}

.blank14 {
    height: 14px;
}

.blank15 {
    height: 15px;
}

.blank16 {
    height: 16px;
}

.blank17 {
    height: 17px;
}

.blank18 {
    height: 18px;
}

.blank19 {
    height: 19px;
}

.blank20 {
    height: 20px;
}

.blank21 {
    height: 21px;
}

.blank22 {
    height: 22px;
}

.blank23 {
    height: 23px;
}

.blank24 {
    height: 24px;
}

.blank25 {
    height: 25px;
}

.blank26 {
    height: 26px;
}

.blank27 {
    height: 27px;
}

.blank28 {
    height: 28px;
}

.blank29 {
    height: 29px;
}

.blank30 {
    height: 30px;
}

.p1 {
    padding: 1px;
}

.m1 {
    margin: 1px;
}

.p2 {
    padding: 2px;
}

.m2 {
    margin: 2px;
}

.p3 {
    padding: 3px;
}

.m3 {
    margin: 3px;
}

.p4 {
    padding: 4px;
}

.m4 {
    margin: 4px;
}

.p5 {
    padding: 5px;
}

.m5 {
    margin: 5px;
}

.p6 {
    padding: 6px;
}

.m6 {
    margin: 6px;
}

.p7 {
    padding: 7px;
}

.m7 {
    margin: 7px;
}

.p8 {
    padding: 8px;
}

.m8 {
    margin: 8px;
}

.p9 {
    padding: 9px;
}

.m9 {
    margin: 9px;
}

.p10 {
    padding: 10px;
}

.m10 {
    margin: 10px;
}

.p11 {
    padding: 11px;
}

.m11 {
    margin: 11px;
}

.p12 {
    padding: 12px;
}

.m12 {
    margin: 12px;
}

.p13 {
    padding: 13px;
}

.m13 {
    margin: 13px;
}

.p14 {
    padding: 14px;
}

.m14 {
    margin: 14px;
}

.p15 {
    padding: 15px;
}

.m15 {
    margin: 15px;
}

.p16 {
    padding: 16px;
}

.m16 {
    margin: 16px;
}

.p17 {
    padding: 17px;
}

.m17 {
    margin: 17px;
}

.p18 {
    padding: 18px;
}

.m18 {
    margin: 18px;
}

.p19 {
    padding: 19px;
}

.m19 {
    margin: 19px;
}

.p20 {
    padding: 20px;
}

.m20 {
    margin: 20px;
}

.p21 {
    padding: 21px;
}

.m21 {
    margin: 21px;
}

.p22 {
    padding: 22px;
}

.m22 {
    margin: 22px;
}

.p23 {
    padding: 23px;
}

.m23 {
    margin: 23px;
}

.p24 {
    padding: 24px;
}

.m24 {
    margin: 24px;
}

.p25 {
    padding: 25px;
}

.m25 {
    margin: 25px;
}

.p26 {
    padding: 26px;
}

.m26 {
    margin: 26px;
}

.p27 {
    padding: 27px;
}

.m27 {
    margin: 27px;
}

.p28 {
    padding: 28px;
}

.m28 {
    margin: 28px;
}

.p29 {
    padding: 29px;
}

.m29 {
    margin: 29px;
}

.p30 {
    padding: 30px;
}

.m30 {
    margin: 30px;
}

.p31 {
    padding: 31px;
}

.m31 {
    margin: 31px;
}

.p32 {
    padding: 32px;
}

.m32 {
    margin: 32px;
}

.p33 {
    padding: 33px;
}

.m33 {
    margin: 33px;
}

.p34 {
    padding: 34px;
}

.m34 {
    margin: 34px;
}

.p35 {
    padding: 35px;
}

.m35 {
    margin: 35px;
}

.p36 {
    padding: 36px;
}

.m36 {
    margin: 36px;
}

.p37 {
    padding: 37px;
}

.m37 {
    margin: 37px;
}

.p38 {
    padding: 38px;
}

.m38 {
    margin: 38px;
}

.p39 {
    padding: 39px;
}

.m39 {
    margin: 39px;
}

.p40 {
    padding: 40px;
}

.m40 {
    margin: 40px;
}

.mt5 {
    margin-top: 5px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.fz12 {
    font-size: 12px !important;
}

.fz13 {
    font-size: 13px !important;
}

.fz14 {
    font-size: 14px !important;
}

.fz15 {
    font-size: 15px !important;
}

.fz16 {
    font-size: 16px !important;
}

.fz17 {
    font-size: 17px !important;
}

.fz18 {
    font-size: 18px !important;
}

.fz19 {
    font-size: 19px !important;
}

.fz20 {
    font-size: 20px !important;
}

.fz21 {
    font-size: 21px !important;
}

.fz22 {
    font-size: 22px !important;
}

.fz23 {
    font-size: 23px !important;
}

.fz24 {
    font-size: 24px !important;
}

.fz25 {
    font-size: 25px !important;
}

.fz26 {
    font-size: 26px !important;
}

.fz27 {
    font-size: 27px !important;
}

.fz28 {
    font-size: 28px !important;
}

.fz29 {
    font-size: 29px !important;
}

.fz30 {
    font-size: 30px !important;
}

.fz31 {
    font-size: 31px !important;
}

.fz32 {
    font-size: 32px !important;
}

.fz33 {
    font-size: 33px !important;
}

.fz34 {
    font-size: 34px !important;
}

.view-form .input-lg, .view-form-lg .btn,
.view-form-lg .text {
    font-size: 14px;
    line-height: 1.3333333;
    height: 46px;
    text-indent: 15px;
    border-radius: 6px;
}

.view-form .input-sm, .view-form-sm .btn,
.view-form-sm .text {
    font-size: 12px;
    line-height: 1.5;
    height: 30px;
    text-indent: 10px;
    border-radius: 3px;
}

.view-form .hidden, .view-form .csrf_token, .view-form .fxpid {
    display: none;
}

.view-form .text {
    text-indent: 10px;
}

.view-form .btn {
    background: #e43;
}

.view-form .btn:focus {
    outline: none;
}

.view-form .btn:hover {
    opacity: .8;
}

.view-form .select-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.view-form .select-item input {
    margin-right: 5px;
    vertical-align: -1px;
}

.view-form .label-group {
    line-height: 2;
}

.view-form .label-group label {
    display: inline-block;
    margin-right: 15px;
}

.view-form .label-group input {
    font-family: simsun;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    vertical-align: -2px;
}

.view-form .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.view-form .form-control {
    display: block;
    width: 100%;
}

.view-form .form-control .btn,
.view-form .form-control .text {
    display: block;
    width: 100%;
}

.view-form .form-control .telcode input, .view-form .form-control .mailcode input {
    text-indent: 10px;
    width: 100%;
}

.view-form .form-control .telcode button, .view-form .form-control .mailcode button {
    font-size: 12px;
    font-family: simsun;
    padding: 0 8px;
    margin: 0;
    height: 34px;
    line-height: 34px;
    vertical-align: top;
}

.view-form .form-control .telcode .error, .view-form .form-control .mailcode .error {
    display: block;
}

.view-form .code-wrap {
    display: table;
    width: 100%;
}

.view-form .code-wrap .input {
    margin-right: -50px;
}

.view-form .code-item {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

.view-form .code-item-img {
    padding-left: 15px;
    white-space: nowrap;
    cursor: pointer;
}

.view-form .code-item-input .txt, .view-form .code-item-input .text {
    width: 100%;
}

.view-form .code-img {
    width: 90px;
    height: 32px;
    vertical-align: middle;
    border: 1px solid #e3e3e3;
}

.view-form .code-title {
    padding-left: 5px;
    text-decoration: none;
    color: #999;
}

.view-form .code-btn {
    font-size: 12px;
    line-height: 43px;
    width: auto;
    height: 45px;
    padding: 0 15px;
    vertical-align: middle;
}

.view-form .code-btn.disabled {
    cursor: no-drop;
}

.view-form .item {
    min-height: 38px;
    margin-bottom: 10px;
}

.view-form .item-last {
    min-height: auto !important;
    margin-bottom: 5px;
}

.view-form-lg .code-img {
    width: 123px;
    height: 43px;
}

.view-form-lg .code-btn {
    height: 45px !important;
}

.view-form-lg .item {
    min-height: 70px;
}

.view-form-lg .embed-captcha {
    padding-top: 10px;
}

.view-form-sm .code-img {
    width: 80px;
    height: 28px;
}

.view-form-sm .item {
    min-height: 40px;
}

.view-form label.error {
    color: #f00;
    font-family: simsun;
    font-size: 12px;
    padding-right: 5px;
    line-height: 1.4;
}

.view-form label.error:before {
    font-size: 16px !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
    vertical-align: -3px !important;
}

.view-form .error-wrap {
    height: 14px;
    line-height: 14px;
}

.view-form .required:before {
    content: "* ";
    color: #f00;
    vertical-align: middle;
}

.radio li {
    float: left;
    margin-right: 5px;
    line-height: 2;
}

textarea {
    resize: none;
}

/*!
* @name modal.css
* @author ahuing
* @date 2015-7-2 08:41:41
*/
@font-face {
    font-family: "modal";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/modal.eot");
    src: url("../fonts/modal.eot") format("embedded-opentype"), url("../fonts/modal.woff") format("woff");
    /*,
		url('../fonts/modal.ttf') format('truetype'),
		url('../fonts/modal.svg#modal') format('svg');*/
}

[class^="font-modal-"], .jqModal .m-close,
[class*=" font-modal-"] {
    font-family: "modal";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    float: none;
    margin: 0;
    vertical-align: -0.25em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    /* speak: none; only necessary if not using the private unicode range (firstdata option) */
    text-decoration: none;
    text-transform: none;
}

.font-modal-ask:before {
    content: "\EA01";
}

.font-modal-ask1:before {
    content: "\EA02";
}

.font-modal-close:before, .jqModal .m-close:before {
    content: "\EA03";
}

.font-modal-error:before {
    content: "\EA04";
}

.font-modal-error1:before {
    content: "\EA05";
}

.font-modal-info:before {
    content: "\EA06";
}

.font-modal-info1:before {
    content: "\EA07";
}

.font-modal-laugh:before {
    content: "\EA08";
}

.font-modal-laugh1:before {
    content: "\EA09";
}

.font-modal-load:before {
    content: "\EA0A";
}

.font-modal-load1:before {
    content: "\EA0B";
}

.font-modal-pop:before {
    content: "\EA0C";
}

.font-modal-pop1:before {
    content: "\EA0D";
}

.font-modal-success:before {
    content: "\EA0E";
}

.font-modal-success1:before {
    content: "\EA0F";
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-180deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

[class^='font-modal-'], .jqModal .m-close,
[class*=' font-modal-'] {
    font-size: 32px;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

[class^='font-modal-load'],
[class*=' font-modal-load'] {
    -webkit-animation: load 1.2s infinite linear;
    animation: load 1.2s infinite linear;
    color: #EA8214;
}

[class^='font-modal-success'],
[class*=' font-modal-success'] {
    color: #2ECC71;
}

[class^='font-modal-info'],
[class*=' font-modal-info'] {
    color: #5BADE5;
}

[class^='font-modal-error'],
[class*=' font-modal-error'] {
    color: #E74D3E;
}

[class^='font-modal-ask'],
[class*=' font-modal-ask'] {
    color: #3498DB;
}

[class^='font-modal-pop'],
[class*=' font-modal-pop'] {
    color: #3BB4F2;
}

