@charset "utf-8";
html,body{
    max-width:750px;
    margin: 0 auto;
}
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}
body{
    color: #000000;
    font-size: 15px;
    -webkit-tap-highlight-color:transparent;
    position: relative;
}
ul li{
    list-style-type:none;
}
p{-webkit-text-size-adjust: none;}
a{
    text-decoration:none;
}



@font-face {
  font-family: 'iconfont';  /* project id 1669214 */
  src: url('https://at.alicdn.com/t/font_1669214_7jb88ejldjo.eot');
  src: url('https://at.alicdn.com/t/font_1669214_7jb88ejldjo.eot?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_1669214_7jb88ejldjo.woff2') format('woff2'),
  url('https://at.alicdn.com/t/font_1669214_7jb88ejldjo.woff') format('woff'),
  url('https://at.alicdn.com/t/font_1669214_7jb88ejldjo.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_1669214_7jb88ejldjo.svg#iconfont') format('svg');
}
 .iconfont {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input::-webkit-input-placeholder {
    color: #666666;
}

input::-moz-placeholder {
    color: #666666;
}

input:-ms-input-placeholder {
    color: #666666;
}

input:-moz-placeholder { 
    color: #666666;
}
.all {
    width: 100%;
}
.clear {
    height: 120px;
}
.content{
    padding: 0px 20px;
    margin:0 auto;
}
.home{
    width: 100%;
    max-width: 750px;
}
.header {
    padding: 20px 0px;
    text-align: center;
    font-size: 15px;
}
.header h3 {
    padding-bottom: 10px;
    font-size: 18px;
}
.header p{
    font-size: 15px;
}
.watch {
    width: 100%;
    overflow: hidden;
}
.watch .watch_nr .watch_nr_top{
    font-size: 15px;
}
.watch .watch_nr .watch_nr_top h3 {
    font-weight: normal;
    font-size: 15px;
    padding-bottom: 20px;
}
.watch_nr_top_nr{
    margin-bottom: 18px;
    overflow: hidden;
}
.watch_nr_top_nr label {
    color: #333333;
    font-size: 15px;
    padding-bottom: 10px;
    width: 100%;
    display: flex;
    font-weight: 900;
}
.watch_nr_top_nr input {
    width: 100%;
    padding: 10px;
    border: none;
    border: 1px solid #e5e5e5;
    outline: none;
    color: #666666;
    font-size: 15px;
    height: 38px;
    -webkit-appearance: none;
    border-radius: 3px;
    caret-color: #666666;
}
.watch_nr_top_nr select {
    width: 100%;
    border: none;
    border: 1px solid #e5e5e5;
    color: #666666;
    outline: none;
    font-size: 15px;
    height: 38px;
    line-height: 38px;
    padding-left: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/jiantou.png) no-repeat scroll right center transparent;
    background-size: 15px 15px;
    background-position: 97% 50%;
    border-radius: 3px;
}
.watch_nr_bottom {
    padding-top: 10px;
}
.watch .watch_nr .watch_nr_bottom h3 {
    font-weight: normal;
    font-size: 15px;
    padding-bottom: 20px;
}
.weui-cells:before{
    display: none;
}
.weui-cell:before{
    display: none;
}
.weui-cells:after{
    display: none;
}
.weui-check__label {
    color: #666666;
    padding: 10px 0px !important;
    border-bottom: 1px solid #e5e5e5;
}
.weui-check__label .weui-cell__bd p {
    font-size: 15px;
}
.weui-cell_active:active {
    background-color: transparent !important;
}
.weui-cells_radio .weui-check:checked+.weui-icon-checked, .weui-cells_radio .weui-check[aria-checked="true"]+.weui-icon-checked{
    color: red !important;
    background: url(../images/redio_ys.png) !important;
    background-size: 18px 18px !important;
    background-repeat: no-repeat !important;
    background-position: 10px 4px !important;
    width: 30px !important;
    height: 25px !important;
}
.weui-cells_radio .weui-check+.weui-icon-checked {
    color: #666666 !important;
    background: url(../images/redio.png);
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
    background-position: 9px 4px !important;
    width: 30px !important;
    height: 25px !important;
}
.watch_nr_bottom .watch_nr_top_nr {
    margin-bottom: 20px;
}
.weui-cells.weui-cells_radio {
    margin-top: 0;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.weui-cells.weui-cells_radio .weui-check__label:last-child{
    border-bottom: 0;
}
.watch_nr_top_nr_select {
    display: flex;
}
.watch_nr_top_nr_select select {
    margin-right: 10px;
}
.watch_nr_top_nr_select select:last-child {
    margin-right: 0;
}

.weui-cells.weui-cells_radio label {
    font-weight: normal;
}
.watch_nr_sub {
    padding: 30px 0px;
    text-align: center;
}
.watch_nr_sub button {
    width: 100%;
    height: 38px;
    line-height: 38px;
    background-color: #1E9FFA;
    border: none;
    font-size: 15px;
    color: #ffffff;
    border-radius: 4px;
}
.weui-cells_radio .weui-cell__ft{
    padding-left: 0px !important;
    padding-right: 10px;
}
.watch_nr_top_nr_all {
    display: flex;
}
.watch_nr_top_nr_all select {
    margin-right: 15px;
}
.watch_nr_top_nr_all select:last-child{
    margin-right: 0;
}