/*reset start*/
html {
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before, q:after {
    content: "";
}

abbr, acronym {
    border: 0;
}

input, textarea, select, button {
    font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea:active, a:active, select:active, option:active, input:active, textarea:focus, a:focus, select:focus, option:focus, input:focus {
    outline: 0;
}

/*reset end*/
body {
    width: 100%;
    font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #000;
    overflow-x: hidden;
    opacity: 1;
    background: url(/images/bg.jpg) top center no-repeat #694726;
    background-size: cover;
}

a {
    text-decoration: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    font-size: 0;
}

.g-f-left {
    float: left;
}

.g-f-right {
    float: right;
}

.js-ds-none {
    display: none;
}

.header {
    width: 1000px;
    height: 100px;
    margin: 0px auto;
}

.header .logo {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.header .online-service {
    width: 343px;
    float: right;
}

.content {
    position: relative;
    width: 960px;
    height: auto;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 0px auto;
    padding: 20px 20px 10px;
}

.content a.service {
    position: absolute;
    display: block;
    width: 100px;
    height: 30px;
    z-index: 100;
    top: -60px;
    right: 66px;
    text-indent: -9999px;
}

.content h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 38px;
}

.content p {
    font-size: 14px;
    line-height: 30px;
}

.content-table {
    width: 100%;
    margin: 20px auto;
    font-size: 14px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

.content-table td {
    width: 30%;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 15px;
    color: #000;
}

.content-table td.title {
    width: 13%;
    background-color: #f6f6f6;
    font-weight: bold;
    color: #333;
}

.content-table td.inputtd {
    width: 74%;
}

.table-input {
    width: 96%;
    padding: 5px 10px;
    line-height: 30px;
    height: 40px;
    font-size: 14px;
    color: #000;
    border: 1px solid #ccc;
}

.pay-label {
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 10px 0px;
    /*width: 30%;*/
}

.pay-label img {
    width: 50%;
    vertical-align: middle;
}

/*
input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  outline: 0 !important;
  line-height: 0.625rem;
  color: #d8d8d8;
  margin: 0.716667rem 0.416667rem 0.625rem;
}
input[type=radio]:after {
  content: "";
  display:block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.625rem;
  font-size: 1.0rem;
  color: #fff;
  border: 3px solid #ddd;
  background-color: #fff;
  box-sizing:border-box;
}
input[type=radio]:checked:after {
  content: "L";
  transform:matrix(-0.766044,-0.642788,-0.642788,0.766044,0,0);
  -webkit-transform:matrix(-0.766044,-0.642788,-0.642788,0.766044,0,0);
  border-color: #d88a03;
  background-color: #d88a03;
}
*/
.form-btn a {
    display: block;
    width: 220px;
    height: 50px;
    background-color: #f60;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 24px;
    margin: 10px auto;
}

.tips {
    font-size: 12px;
    text-align: center;
    padding: 10px 0px;
}

.copyright {
    padding: 20px 0px 40px;
    text-align: center;
    color: #a89d9d;
    font-size: 12px;
}

.regular-radio {
    display: none;
}

.regular-radio + label {
    /*padding-top: 10px;*/
    float: left;
    /*margin: 10px 20% 0 0;*/
    margin: 10px;
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #f9496f;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}

.regular-radio:checked + label {
    background-color: #fff;
    color: #f9496f;
    border: 1px solid #f9496f;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.regular-radio:checked + label:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #f9496f;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-shadow: 0px;
    left: 3px;
    font-size: 32px;
}