body,
nav,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
ul,
ol,
li,
input,
button,
textarea,
footer,
p,
span,
div {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
input[type='radio'],input[type="checkbox"]{
        -webkit-appearance: none;
        background-color: transparent;
        background: none;
        border: 0;
        outline: 0 !important;
        vertical-align:middle;
}
input[type=radio]:before,input[type=radio]:checked:before,input[type=checkbox]:before,input[type=checkbox]:checked:before{
  font-family: 'FontAwesome';
  font-size: 18px;
  background-color: transparent;
  background: none;
      border: 0;
    outline: 0!important;
    background-color: transparent;
    -webkit-appearance: none;


}
input[type=radio]:before{
    content: '\f10c';
     color: #919596
}
input[type=radio]:checked:before{
  content: "\f192";
  color: #00B4FF;
}

input[type=checkbox]:before{
    content: '\f096';
    /*content: '\f096';*/
     color: #919596
}
input[type=checkbox]:checked:before{
  /*content: "\f0c8";*/
  content: "\f046";
  color: #00B4FF;
}



textarea,
select {
    resize: none;
    -webkit-appearance: none;
}

*:not(input, textarea) {
    -webkit-touch-callout: inherit;
    -webkit-user-select: auto;
}

textarea,
input {
    resize: none;
    outline: none;
}

input[type='date'] {
    -webkit-appearance: none;
}
input[type='text']{
    font-size: 14px
}
header.iosPosition {
    position: relative !important;
}

.content.iosCon {
    padding: 0px !important;
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font: 14px/180% "微软雅黑", Arial, Helvetica, sans-serif;
    -webkit-touch-callout: inherit;
    -webkit-user-select: auto;
    -webkit-font-smoothing: antialiased;
    max-width: 640px;
    padding: 48px 0px 70px;
    margin: 0 auto;
}


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

form {
    display: inline
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none;
    color: #555;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.msg img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    max-width: 96%;
}

.m_banner img {
    width: 100%
}

.ptrl10 {
    padding: 10px 10px 0
}
.pt10{padding-top: 10px}

table,
th,
td {
    border-collapse: collapse;
}
.indent{text-indent: 2em}
/*页脚导航*/

.footernav {
    height: 60px;
    background-color: #000000;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	z-index:35
}
.blank5.fotline{
    position: fixed;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index:35

}
.footernav ul {
/*     display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; */
}

.footernav ul li {
    /* -webkit-box-flex: 1; */
    position: relative;
    text-align: center;
    width: 33.333333333333%;
	float:left;
}

.footernav ul li a {
    width: 100%;
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 36px;
    position: relative;
    font-size: 13px;
}

.footernav ul li a:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/mobjsp/img/navicon.png) no-repeat center top;
    position: absolute;
    top:8px;
    left: 50%;
    margin-left: -15px;
    background-size: 160px auto;
}

.footernav ul li:nth-child(1) a:after {
    background-position: -2px -35px;
}

.footernav ul li:nth-child(2) a:after {
    background-position: -65px -35px;
}

.footernav ul li:nth-child(3) a:after {
    background-position: -131px -35px;
}

.nodata {
    text-align: center;
    min-height: 150px;
    padding-top: 30px;
}

header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    width: 100%;
    height:50px;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    z-index: 20;
    -ms-touch-action: none;
}

.nvbt {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shownav {
   /*  display: none; */
   width:0;
    position: absolute;
	right:0;
    top: 50px;
    z-index: 15;font-size:14px;font-weight:bold;
	padding-bottom:60px;
/*     padding: 10px 15px; */
    background:none;
	transition: width .3s;
    z-index: 40;
}
.shownav.head_nav {
    /* display: block */
	width:100%;

}
.shownav dl{
    background: #F0F0F0;
    border-bottom: #E8E8E8 solid 1px;
    clear: both;
    overflow: hidden;
}
.shownav dl dt{
	float: left;
    width: 35%;
    padding: 15px 0 0 15px;}
.shownav dl dd{
    float: left;
    background: #fff;
    padding: 15px 5px 0 12px;
    width: 65%;
}
.shownav dl dd a{
    float: left;
    width: 46%;
    text-align: left;
    margin-bottom: 10px;
    border:1px solid #00b4ff;
    padding: 0 13px;
    margin-right: 3%;
    color: #00b4ff;
	border-radius:2px
	}
.bodybg{
    background-color: rgba(0,0,0,.5);
    position: fixed;
    z-index: 5;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    display: none;

}
.nvtt {
    height: 100%;
    color: #000;
    font-family: "微软雅黑";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*text-shadow: 0 1px 0 #410000;*/
    margin: 0px 42px;
    display: block;
    text-align: center;
	/* font-size:15px; */
	font-weight:bold;
}

.iback {
    background: url(/mobjsp/img/header_sprites_4.png) 0 3px no-repeat;
    background-size: 255px 42px;
    z-index: 5;
    color: #00B4FF;
    font-size: 18px
}

header .menu {
    position: absolute;
    top: 3px;
    right: 0;
    width: 42px;
    cursor: pointer;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu a {
    background: #00B4FF;
    position: absolute;
    left: 13px;
    top: 18px;
    height: 2px;
    width: 24px;
    display: block;
    font-style: normal;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -webkit-transition: background .5s;
    transition: background .5s;
    z-index: 50;
}

.m_banner img {
    width: 100%;
    display: block
}

.menu a:before {
    content: '';
    height: 2px;
    background: #00B4FF;
    width: 24px;
    position: absolute;
    top: -9px;
    left: 0;
    transition: transform .5s, background .5s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.menu a:after {
    background: #00B4FF;
    height: 2px;
    width: 24px;
    position: absolute;
    bottom: -9px;
    left: 0;
    transition: transform .5s, background .5s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    content: '';
}

.my_navicon.menu a:before {
    background: #00B4FF;
    -webkit-transform: translate(0, 9px)rotate(-45deg);
    transform: translate(0, 9px)rotate(-45deg);
	content: '';
}

.my_navicon.menu a:after {
    background: #00B4FF;
    transform: translate(0, -9px)rotate(45deg);
    -webkit-transform: translate(0, -9px)rotate(45deg);
	content: '';
}


/*.menu a:before {
    background: #00B4FF;;
    -moz-transform: translate(0,6px)rotate(-45deg);
    -ms-transform: translate(0,6px)rotate(-45deg);
    -webkit-transform: translate(0,6px)rotate(-45deg);
    transform: translate(0,6px)rotate(-45deg);
}
.menu a:after {
    background: #00B4FF;;
    -moz-transform: translate(0,-6px)rotate(45deg);
    -ms-transform: translate(0,-6px)rotate(45deg);
    -webkit-transform: translate(0,-6px)rotate(45deg);
    transform: translate(0,-6px)rotate(45deg);
}*/
.blank5{height:5px;background:#D9D9D9;clear:both;}

.content {
    text-align: left;
    /*padding: 48px 0px 0px;*/
}



em,
dfn {
    font-style: normal;
}


/*等待层*/

#waitingMaskDiv {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #000;
    opacity: 0;
    z-index: 999;
}

#waitingContents {
    position: fixed;
    left: 0px;
    background: url('/mobjsp/img/loading.gif') no-repeat center center #000;
    border-radius: 5px;
    z-index: 1001;
    width: 50px;
    height: 50px;
    opacity: 0.95;
    box-shadow: 0px 0px 5px #000;
}


/*弹出层*/

.globalTipsWarp {
    width: 86%;
    background: #ECECEC;
    box-shadow: 0px 0px 4px #6D6D6D;
    overflow: hidden;
    box-shadow: 0px 0px 4px #ECECEC;
}

.globalTipsWarpAnimate {}

.globalTipsWarp h2.tipTitle {
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: relative;
    font-size: 1.2rem;
    color: #000;
    text-align: center;
    font-weight: normal;
    border-bottom: 1px solid rgba(188, 188, 188, 0.4);
}

.globalTipsWarp h2.tipTitle a.closeTips {
    display: block;
    width: 6rem;
    color: #ABABAB;
    font-size: 1.8rem;
    height: 4rem;
    /*background:url(../images/dialog_close.gif) no-repeat center center;*/
    position: absolute;
    left: 0px;
    top: 0px;
    /*background-size:2.5rem 2.5rem;*/
    border-left: 1px solid #FFF;
}

.globalTipsWarp h2.tipTitle a.btnSureChoise {
    display: block;
    width: 6rem;
    color: #1BBEE1;
    font-size: 1.8rem;
    height: 4rem;
    position: absolute;
    right: 0px;
    top: 0px;
}

.globalTipsWarp div.globalTipsContent {
    width: 100%;
}

.globalTipsWarp div.globalTipsContent div.loadingImg {
    padding: 5rem 0px 4rem 0px;
    background: url(../images/loading.png) no-repeat center center;
    margin-bottom: -4rem;
}

.globalTipsWarp div.globalTipsContent .waiting {
    text-align: center;
    font-size: 1.8rem;
    color: #414141;
    padding: 4rem 0px;
}

.globalTipsWarp div.globalTipsContent .loading {
    color: #17953D;
}

.globalTipsWarp div.globalTipBtns {
    width: 100%;
    display: table;
}

.globalTipsWarp div.globalTipBtns a.btn {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 5.5rem;
    font-size: 2rem;
}

.globalTipsWarp div.globalTipBtns a.btn_sureClick {
    background: #DDD;
    color: #1BBEE1;
}

p.contents {
    font-size: 1.5rem;
    text-indent: 2rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #6F6F6F;
    width: 96%;
    margin: 0px auto;
}

.globalTipsWarp div.height200 {
    height: 200px;
    overflow: hidden;
}

.globalTipsWarp div.globalTipsContent div.mask {
    height: 80px;
    background-image: -webkit-linear-gradient(#ECECEC, #FFF, #ECECEC);
    position: relative;
    z-index: 90;
    opacity: 0.8;
    background-image: -moz-linear-gradient(top, #ECECEC, #FFF, #ECECEC);
}


/*
.globalTipsWarp div.globalTipsContent div.topMask{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.12, #ECECEC), color-stop(0.53, #FFF), color-stop(0.93, #ECECEC));opacity:0.8;}
.globalTipsWarp div.globalTipsContent div.bottomMask{background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.12, #ECECEC), color-stop(0.53, #FFF), color-stop(0.93, #ECECEC));opacity:0.8;}
.globalTipsWarp div.globalTipsContent div.topMask{background-image:-webkit-linear-gradient(#ECECEC, #FFF, #ECECEC);}
*/

.globalTipsWarp div.globalTipsContent div.selectWarp {
    border-top: 1px solid #B9B9B9;
    border-bottom: 1px solid #B9B9B9;
    height: 40px;
    display: table;
    width: 100%;
}

.globalTipsWarp div.globalTipsContent div.selectWarp div {
    position: relative;
    height: 100%;
    display: table-cell;
}

.globalTipsWarp div.globalTipsContent div.selectWarp ul {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.globalTipsWarp div.globalTipsContent div.selectWarp ul li {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 1.7rem;
}

.globalTipsWarp div.mobileCheck {
    width: 92%;
    margin: 0px auto;
}

.globalTipsWarp div.mobileCheck h3 {
    color: #35C3E2;
    font-size: 1.6rem;
    margin: 15px 0px;
}

.globalTipsWarp div.mobileCheck p {
    line-height: 2;
    text-indent: 2rem;
    color: #464646;
    font-size: 1.4rem;
}

.globalTipsWarp div.mobileCheck p.textindent0 {
    text-indent: 0px;
}

.globalTipsWarp div.mobileCheck p em {
    color: #129239;
    padding-right: 10px;
}

.globalTipsWarp div.mobileCheck p a {
    color: #35C3E2;
}

.globalTipsWarp div.buttonsGroup {
    border-top: 1px solid #BABABA;
}

.globalTipsWarp div.mobileCheck p.textindent0 span {
    display: block;
    border: 1px solid #D9D9D9;
    height: 40px;
    padding-right: 110px;
    position: relative;
    overflow: hidden;
    margin: 15px 0px 5px;
}

.globalTipsWarp div.mobileCheck p.textindent0 span input.input {
    border: none;
    height: 40px;
    width: 100%;
}

.globalTipsWarp div.mobileCheck p.textindent0 span a {
    display: block;
    position: absolute;
    display: block;
    width: 100px;
    height: 40px;
    right: 0px;
    top: 0px;
    line-height: 40px;
}

.buttonsGroup {
    width: 100%;
    display: table;
    margin: 2rem auto;
}

.buttonsGroup a.btn {
    display: table-cell;
    width: 49%;
    color: #FFF;
    font-size: 1.0rem;
    height: 45px;
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
    color: #0B7FFE;
}

.buttonsGroup a.btn_channel {
    border-right: 1px solid #CCC;
}

.buttonsGroup a.btn_nextSetup {
    border-right: 1px solid #BABABA;
}

.buttonsGroup a.sendFeedBack {
    width: 100%;
}

.buttonsGroup a.btn
/*弹出层*/

.ul,
.menuUl {
    padding: 0px;
    margin: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.ul li,
.menuUl li {
    border-bottom: 1px solid #ddd;
    text-align: left;
    -webkit-box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 9px 10px 9px 10px;
    position: relative;
    min-height: 22px;
}

.ul li h2 {
    color: #373B3E;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 2px 0;
    border-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ul li img {
    border: 0 none;
    width: 90px;
    height: 60px;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 3px 3px 3px 3px;
}

.ul li p,
.menuUl li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    margin: 2px 0;
    color: #666;
    font-size: 12px;
    line-height: 17px;
}

ul.djt li {
    background: url(/mobjsp/img/lbsarrow1.png) no-repeat right;
    background-size: auto 14px;
}

ul.djt .subject {
    font-size: 15px;
    display: block;
    font-weight: bold;
    color: #1794ae;
}

ul.djt li span {
    color: #999;
}

.ul a {
    position: relative;
    display: block;
    overflow: hidden;
    color: inherit;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ul li.addr {}

.ul li.addr span {
    background: url(/mobjsp/img/addr.png) no-repeat left center;
    background-size: auto 15px;
    padding: 0px 22px;
}

.ul li.tel span {
    background: url(/mobjsp/img/tel.png) no-repeat left center;
    background-size: auto 15px;
}

.ul li.tel span a {
    display: inline;
    margin-left: 22px;
}

.ul li.detail span {
    background: url(/mobjsp/img/detail.png) no-repeat left center;
    background-size: auto 15px;
    padding-left: 22px;
    display: block;
}

.ul li.detail span a {
    color: #1ba9ba
}

.ul li:active {
    background-color: #EAEAEA;
}

.dj li {
    background: url(/mobjsp/img/golfimg/mark.png) no-repeat;
    background-size: 8px 14px;
    background-position: 98%;
}

#content div .p2 a,
button,
input[type=button] {
    /*font-size: 15px;
font-weight: normal;
text-decoration: none;
display: block;
text-align: center;
color: #fff;
background-color: #FFCC33;
border: 1px solid #ECB100;
padding: .3em 0.3em;
-webkit-border-radius: 5px;
border-radius: 5px;*/
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
}

#content div .p2 {
    padding: 0 10px;
}

button,
input[type=button]:active {
    /*outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);*/
}

.orderList li .none {
    padding: 10px;
    font-size: 14px;
}


/* 下拉框 */

.select {
    opacity: 0;
    font-family: "microsoft yahei", Verdana, Arial, Helvetica, sans-serif;
    color: #969696;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    left: 0;
    top: 0;
}

.la {
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    padding-right: 30px;
    color: #BBBBBB;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(/mobjsp/img/selectbg.png) no-repeat 90% center;
    background-size: 15px auto;
    z-index: 5
}
