/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '標楷體', DFKai-SB, sans-serif;
}

.width-414{
  max-width: 414px;
  margin: 0 auto;
}

.cover-container {
  /*max-width: 414px;*/
  /*background-color: #295135;*/
  /*display: inline-table;*/
  /*background:#295135 url("../images/bg.png") center bottom no-repeat;*/
  background-size: 100%;
}
.back{
  padding: 40px 0;
}

/*
 * Header
 */
.masthead {
  background-color: #E5EDD2;
  padding: 0px 0px 5px 0px;
  border-bottom: 3px solid #3A852C;
}

.masthead-logo{
  background: url("../images/hearder_bg.png") center bottom no-repeat;
  background-size: cover;
  height: 60px;
  padding: 10px
}
.masthead-logo-image{
  display: inline-block;
  padding: 0 10px;
}
.masthead-logo-image img{
  height: -webkit-fill-available;
}
.masthead-logo-title{
  line-height: 45px;
  font-size: 18px;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.masthead-head{
  /*background-color: #295135;*/
  /*margin-top: 10px;*/
  text-align: center;
  padding: 30px 20px 30px 20px;
}
.masthead-head-content{
  color: #274E33;
  padding: 30px 0px;
  font-size: 18px;
  font-weight: bolder
}

/*
 * Cover
 */
.cover {
  position: relative;
  color: #808080;
  font-weight: normal;
  padding: 4rem 1rem 1rem 1rem;
  background-color: rgba(255, 255, 255, .9);
  font-size: 16px;
  /*box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, .2);*/
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}
.cover-heading{
  font-size: 18px;
  font-weight: normal;
}
.lead{
  font-size: 16px;
  font-weight: normal!important;
}
.contact{
  position: absolute;
  bottom: 5px;
  width: 100%;
  left: 0;
}
.step1{
  min-height: 350px;
}
.step2{
  min-height: 350px;
  padding-left: 3rem;
  padding-right: 3rem;
}
.step2 .title{
  font-size: 18px!important;
}
.step2 .desc{
  font-size: 14px!important;
}
.step3{
  min-height: 350px;
  padding-left: 3rem;
  padding-right: 3rem;
}
.step3 .title{
  font-size: 26px;
}
.sucess{
  min-height: 350px;
  padding: 1rem 2rem 2rem 2rem;
}
.sucess .cover-heading{
  font-size: 16px;
}
.sucess .list-item-group{
  padding: 40px 20px 10px 20px;
}
.list-item{
  padding: 0;
}
.list-item div{
  position: relative;
  height: 155px;
  width: 155px;
  margin: 0 auto;
}
.sucess .list-item span{
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  color: #727171;

}
.error-2 .cover-heading{
  padding: 30px 0;
}
.error-2 .btn-reset{
  margin: 30px 0;
}


.main-content{
  padding: 0px 20px;
  font-size: 18px;
}



/*
 * Footer
 */
.mastfoot {
  color: #274E33;
  padding: 2rem 4rem;
  font-size: 20px;
  /*background-color: #295135;*/
}
.masthead .list{
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  max-width: 414px;
  width: 100%;
  z-index: 999;
  margin: 0 auto;
}
.masthead .item-active{
  border: 3px solid #3A852C;
  /*padding: 5px 15px;*/
  border-radius: 30px;
  background-color: #3A852C;
  color:#FFFFFF;
  font-size: 20px;
  display: inline-block;
  margin-top: 10px;
  width: 45px;
  height: 45px;
  line-height: 40px;
}
.masthead .item{
  border: 3px solid #3A852C;
  /*padding: 5px 15px;*/
  border-radius: 30px;
  background-color: #FFFFFF;
  color: #3A852C;
  font-size: 20px;
  display: inline-block;
  margin-top: 10px;
  width: 45px;
  height: 45px;
  line-height: 40px;
}

.form-check{
  display: inline-block;
  padding-left: 0px;
}
.form-check-input{
  display: block;
  width: 20px;
  height: 20px;
}
.form-check-label{
  margin-left: 5px;
}
.input-custom{
  background-color: #FFFFFF;
  height: 30px;
  border: 1px solid #231815;
  border-radius: 5px;
  margin: 3px 0;
}
.btn-secondary{
  width: 100px;
  /*border-radius: 0px;*/
  height: 30px;
  line-height: 1.1;
  color: #717172;
}
.btn-secondary:not(:disabled):not(.disabled).active{
  color: #fff;
  background: #129c48;
  background: -moz-linear-gradient(top, #129c48 0%, #1d5a2d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #129c48 0%,#1d5a2d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #129c48 0%,#1d5a2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129c48', endColorstr='#1d5a2d',GradientType=0 ); /* IE6-9 */
  border: none;
}
.btn-custom{
  width: 100%;
  border-radius: 5px;
  color: #FFFFFF;
  border: none!important;
  padding: 10px;
  background: #129c48;
  background: -moz-linear-gradient(top, #129c48 0%, #1d5a2d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #129c48 0%,#1d5a2d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #129c48 0%,#1d5a2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129c48', endColorstr='#1d5a2d',GradientType=0 ); /* IE6-9 */
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active{
  background: #1d5a2d!important;
  box-shadow: none;
}
.btn-custom1{
  width: 150px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, .9);
}

.btn-reset{
  width: 100%;
  margin: 20px 0;
}
.btn-reset button{
  width: 100%;
  border-radius: 5px;
  color: #FFFFFF;
  border: none!important;
  padding: 10px;
  background: #129c48;
  background: -moz-linear-gradient(top, #129c48 0%, #1d5a2d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #129c48 0%,#1d5a2d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #129c48 0%,#1d5a2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129c48', endColorstr='#1d5a2d',GradientType=0 ); /* IE6-9 */
  font-size: 20px;
  letter-spacing: 5px;
  font-weight: 500;
}

.btn-add-member button{
  color: #3C853F;
  border: 1px solid #3C853F;
  background-color: transparent;
  padding: 5px 30px;
  width: 100%;
  font-size: 20px;
  letter-spacing: 5px;
  font-weight: 500;
}




.input-custom2{
  background-color: #FFFFFF;
  border: 1px solid #231815;
  border-radius: 5px;
  height: 30px;
  margin: 15px auto 0 auto;
  padding: 1rem;
  color: #717172;
}
.error-1, .error-2{
  min-height: 355px;
  padding: 1rem 2rem 2rem 2rem;
}
.error-1 .lead, .error-2 .lead{
  font-size: 16px;
}
.error-1 .cover-heading, .error-2 .cover-heading{
  margin-bottom: 20px;
}
.a-custom a{
  border-bottom: 2px solid #2CA6E0;
  font-size: 18px!important;
  color: #2CA6E0!important;
  font-weight: bolder!important;
}


input[type=checkbox].css-checkbox {
  position:absolute;
  z-index:-1000;
  left:-1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height:1px;
  width:1px;
  margin:-1px;
  padding:0;
  border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left:30px;
  height:25px;
  display:inline-block;
  line-height:25px;
  background-repeat:no-repeat;
  background-position: 0 0;
  vertical-align:middle;
  cursor:pointer;
  color: #274E33;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -25px;
}
label.css-label {
  background-image:url('../images/checkbox.png');
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.member .masthead, .myoffer .masthead, .myoffer-birthday .masthead, .myaction .masthead, .myaction-list .masthead, .action-sign .masthead, .action-check .masthead, .regist_sucess .masthead, .question .masthead, .action-content .masthead, .home .masthead{
  border: 0;
  padding: 0;
}
.member .masthead-head{
  padding: 0;
}
.member .masthead{
  background-color: transparent;
}
.member .cover{
  padding: 1rem;
}
.member .list{

}
.member .list .item{
  padding: 10px 10px;
  border-bottom: 2px solid #DFDFE0;
}
.member .list .item-last{
  border: 0;
}
.member .list .item-barcode{
  margin-top: 20px;
}
.member .list .item .title{
  color: #717071;
  font-size: 16px;
}
.member .list .item .content{
  color: #231815;
  font-size: 16px;
}
.member .list .item .content .btn{
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 3px;
  background: #129c48;
  background: -moz-linear-gradient(top, #129c48 0%, #1d5a2d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #129c48 0%,#1d5a2d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #129c48 0%,#1d5a2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129c48', endColorstr='#1d5a2d',GradientType=0 ); /* IE6-9 */
  padding: 5px 12px 5px 14px;
  text-align: center;
  border: 0;
}
.member .list .item .desc{
  padding-top: 5px;
  color: #231815;
  font-size: 12px;
  min-height: 23px;
}
.member .list .item .mark{
  background-color: transparent;
  /*padding: 0 6px;*/
}

.myoffer .masthead{
  position: fixed;
  width: 100%;
  z-index: 999;
}
.myoffer .cover{
  margin-top: 50px;
  padding: 0 1.5rem 1rem 1.5rem;
}
.myoffer .list .item{
  padding: 0px 5px 0px 5px;
  border-bottom: 1px solid #DFDFE0;
}
.myoffer .mastfoot .img{
  margin-bottom: 10px;
  text-align: right;
}

.myoffer-birthday .masthead-head{
  background-color: #D6D4D4;
  padding: 0;
}
.myoffer-birthday .masthead-head-content{
  padding: 20px 10px 20px 10px;
}
.myoffer-birthday .masthead-head-content .title{
  font-size: 26px;
  color: #595757;
  font-weight: normal;
}
.myoffer-birthday .masthead-head-content .content{
  font-size: 14px;
  color: #595757;
  font-weight: normal;
}
.myoffer-birthday .cover{
  padding: 0 1.5rem 1rem 1.5rem;
}
.myoffer-birthday .list .item {
  border-bottom: 2px solid #C8C8C9;
}
.myoffer-birthday .list .item-last {
  border: none;
}
.myoffer-birthday .list .item .item-img{
  padding: 0;
}
.myoffer-birthday .list .item .item-type{
  color: #3B853F;
  padding: 5px;
  border-bottom: 1px solid #C8C8C9;
  font-size: 20px;
}
.myoffer-birthday .list .item .item-item{
  padding: 5px;
}
.myoffer-birthday .list .item .item-title{
  color: #595757;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
}
.myoffer-birthday .list .item .item-no, .myoffer-birthday .list .item .item-self,  .myoffer-birthday .list .item .item-birthday{
  color: #595757;
  font-size: 12px;
  font-weight: 500;
}
.myoffer-birthday .list .item .item-no span, .myoffer-birthday .list .item .item-self span, .myoffer-birthday .list .item .item-birthday span{
  color: #231815;
}
.myoffer-birthday .list .item .item-birthday-1{
  color: #8F181B!important;
  font-size: 26px;
}
.myoffer-birthday .list .item .item-birthday-2{
  color: #8F181B!important;
}
.myoffer-birthday .mastfoot .content{
  color: #010101!important;
  text-align: left;
  font-size: 12px;
  font-weight: bolder;
  padding-top: 10px;
}
.myoffer-approve .masthead{
  border: 0;
  padding: 0;
}
.myoffer-approve .cover{
  padding: 0;
}
.myoffer-approve .content{
  text-align: center;
  padding: 20px 0px;
}
.myoffer-approve .content .bravo{
  font-size: 22px;
}
.myoffer-approve .content .name{
  font-size: 22px;
  color: #231815;
}
.myoffer-approve .button{
  padding: 0 40px;
}
.myoffer-approve .barcode{
  text-align: center;
  padding: 20px 20px;
}
.myoffer-approve .mastfoot{
  padding: 2rem 2rem;
}
.myoffer-approve .mastfoot .content{
  border-top: 1px solid #DBDCDC;
  font-size: 12px;
  color: #858586;
  padding: 10px 0px;
}

.myaction .cover{
  padding: 0 1rem;
}
.myaction .list .item{
  padding: 5px 10px;
  border-bottom: 2px solid #DFDFE0;
}
.myaction .list .item .title{
  color: #717071;
  font-size: 18px;
  margin-left: 5px;
}


.myaction-list .cover{
  padding: 0 1rem;
}
.myaction-list .item{
  height: 130px;
  margin-bottom: 10px;
}
.myaction-list .item div{
  padding: 0px;
}
.myaction-list .list .item .img{
  position: relative;
}
.myaction-list .list .item .img img{
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.myaction-list .list .item .button{
  padding: 10px 5px;
}
.myaction-list .list .item .button .btn-content{
  width: 100%;
  border: 2px solid #129c48;
  background-color: transparent;
  color: #1B4424;
  padding: 5px 8px;
  margin: 10px 0;
  font-size: 16px;
}
.myaction-list .list .item .button .btn-sign{
  width: 100%;
  border: 0;
  background: #129c48;
  background: -moz-linear-gradient(top, #129c48 0%, #1d5a2d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #129c48 0%,#1d5a2d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #129c48 0%,#1d5a2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129c48', endColorstr='#1d5a2d',GradientType=0 ); /* IE6-9 */
  color: #FFFFFF;
  padding: 7px 8px;
  margin: 10px 0;
  font-size: 16px;
}
.myaction-list .list .item .button .btn-sign-active{
  width: 100%;
  border: 0;
  background: #dcdcdd;
  background: -moz-linear-gradient(top, #dcdcdd 0%, #727171 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dcdcdd 0%,#727171 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcdcdd 0%,#727171 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdd', endColorstr='#727171',GradientType=0 ); /* IE6-9 */
  color: #FFFFFF;
  padding: 7px 8px;
  margin: 10px 0;
  font-size: 16px;
}
.myaction-list .list .item .button .btn-sign-active{
  width: 100%;
  border: 0;
  background: #F50000;
  background: -moz-linear-gradient(top, #F50000 0%, #8F181B 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #F50000 0%,#8F181B 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #F50000 0%,#8F181B 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F50000', endColorstr='#8F181B',GradientType=0 ); /* IE6-9 */
  color: #FFFFFF;
  padding: 7px 8px;
  margin: 10px 0;
  font-size: 16px;
}



.action-sign{
  background-color: #EFEFEE;
}
.action-sign .masthead-head{
  padding: 0;
  text-align: left;
  padding-left: 20px;
  background-color: #EFEFEE;
}
.action-sign .masthead-head .masthead-head-content{
  padding: 15px 0;
  color: #595757;
}
.action-sign .cover{
  background-color: #EFEFEE;
  padding-top: 0px;
}
.action-sign .list .item{
  background-color: #FFFFFF;
  padding: 10px;
  margin-bottom: 10px;
}
.action-sign .list .item .item-title{
  color: #3B853F;
  border-bottom: 1px solid #B5B5B6;
  padding: 5px;
  font-size: 18px;
  font-weight: 500;
}
.action-sign .list .item .item-date{
  color: #717172;
  padding: 5px;
  font-size: 14px;
  font-weight: 500;
}
.action-sign .list .item .item-date span{
  color: #231815;
}
.action-sign .list .item .item-no{
  color: #717172;
  padding: 5px 0px 5px 5px;
  font-size: 14px;
  font-weight: 500;
}
.action-sign .list .item .item-no span{
  float: right;
}
.action-sign .list .item .item-no .btn-sign{
  width: 90px;
  color: #FFFFFF;
  background: #129c48;
  background: -moz-linear-gradient(top, #129c48 0%, #1d5a2d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #129c48 0%,#1d5a2d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #129c48 0%,#1d5a2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129c48', endColorstr='#1d5a2d',GradientType=0 ); /* IE6-9 */
  padding: 4px 20px;
  font-size: 14px;
  border: 0;
}
.action-sign .list .item .item-no .btn-full{
  width: 90px;
  color: #FFFFFF;
  background: #dcdcdd;
  background: -moz-linear-gradient(top, #dcdcdd 0%, #727171 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dcdcdd 0%,#727171 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcdcdd 0%,#727171 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdd', endColorstr='#727171',GradientType=0 ); /* IE6-9 */
  padding: 4px 20px;
  font-size: 14px;
  border: 0;
}
.action-sign .list .item .item-no .btn-cancel{
  width: 90px;
  color: #FFFFFF;
  background: #F50000;
  background: -moz-linear-gradient(top, #F50000 0%, #8F181B 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #F50000 0%,#8F181B 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #F50000 0%,#8F181B 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F50000', endColorstr='#8F181B',GradientType=0 ); /* IE6-9 */
  padding: 4px 20px;
  font-size: 14px;
  border: 0;
}


.action-check{
  background-color: #EFEFEE;
}
.action-check .masthead-head{
  padding: 0;
  text-align: left;
  padding-left: 20px;
  background-color: #EFEFEE;
}
.action-check .masthead-head .masthead-head-content{
  padding: 15px 0;
  color: #595757;
}
.action-check .cover{
  background-color: #EFEFEE;
  padding-top: 0px;
}
.action-check .list .item{
  background-color: #FFFFFF;
  padding: 10px;
  margin-bottom: 10px;
}
.action-check .list .item .item-title{
  color: #3B853F;
  border-bottom: 1px solid #B5B5B6;
  padding: 5px;
  font-size: 18px;
  font-weight: 500;
}
.action-check .list .item .item-date{
  color: #717172;
  padding: 5px;
  font-size: 14px;
  font-weight: 500;
}
.action-check .list .item .item-date span{
  color: #231815;
}
.action-check .list .item .item-no{
  color: #717172;
  padding: 5px 0px 5px 5px;
  font-size: 14px;
  font-weight: 500;
}
.action-check .list .item .item-no span{
  float: right;
}
.action-check .list .item .item-no .btn-sign{
  width: 90px;
  color: #FFFFFF;
  background: #129c48;
  background: -moz-linear-gradient(top, #129c48 0%, #1d5a2d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #129c48 0%,#1d5a2d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #129c48 0%,#1d5a2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129c48', endColorstr='#1d5a2d',GradientType=0 ); /* IE6-9 */
  padding: 4px 20px;
  font-size: 14px;
  border: 0;
}
.action-check .list .item .item-no .btn-full{
  width: 90px;
  color: #FFFFFF;
  background: #dcdcdd;
  background: -moz-linear-gradient(top, #dcdcdd 0%, #727171 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dcdcdd 0%,#727171 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcdcdd 0%,#727171 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdd', endColorstr='#727171',GradientType=0 ); /* IE6-9 */
  padding: 4px 20px;
  font-size: 14px;
  border: 0;
}


.regist_sucess .logo{
  margin: 30px 90px 15px 90px;
}
.regist_sucess .img{
  font-size: 18px;
  color: #000000;
  /*border: 2px solid #000000;*/
  margin: 0 80px;
  padding: 2px 25px;
}
.regist_sucess .content{
  margin-top: 6px;
  color: #595757;
  font-size: 20px;

}


.question .logo{
  margin: 30px 90px 15px 90px;
}
.question .title{
  font-size: 16px;
  color: #595757;
  padding: 2px 0;
}
.question .button{
  color: #595757;
  font-size: 18px;
  margin: 5px 80px;
}


.action-content .cover{
  padding: 0;
}
.action-content .content{
  padding: 20px 60px;
  margin-bottom: 40px;
}


.home .masthead-head{
  background: url("../images/home_header.png") center top no-repeat;
  background-size: contain;
  background-color: #FFFFFF;
}
.home .cover{
  padding-top: 0rem;
}
.home .list-item span{
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  color: #727171;

}

@media (min-width: 1024px) {
  .masthead-logo img{
    /*width: 25px;*/
  }
  .home .list-item-group{
    padding: 0 60px;
  }
}
@media (min-width: 414px){
  .home .list-item-group{
    padding: 0 30px;
  }
}
@media (min-width: 375px) and (max-width: 413px){
  .cover {
    color: #717172;
    font-weight: normal;
    font-size: 16px;
  }
  .cover-heading{
    font-size: 16px;
    font-weight: normal;
  }
  .lead{
    font-size: 14px;
  }
  .mastfoot {
    color: #274E33;
    padding: 2rem 3rem;
    font-size: 16px;
  }
  .myaction-list .list .item .button {
    padding: 6px 5px;
  }
  .myaction-list .item {
    margin-bottom: 0px;
  }
  .home .list-item-group{
    padding: 0 20px;
  }
}

@media (min-width: 320px) and (max-width: 374px){
  .cover{
    /*padding-bottom: 5rem;*/
  }
  .myaction-list .item {
    height: 110px;
  }
  .myaction-list .list .item .button {
    padding: 0px 5px;
  }
  .myaction-list .list .item .button .btn-content{
    padding: 7px 8px;
    font-size: 12px;
  }
  .myaction-list .list .item .button .btn-sign{
    padding: 7px 8px;
    font-size: 12px;
  }
  .myaction-list .list .item .button .btn-sign-active{
    padding: 7px 8px;
    font-size: 12px;
  }

  .home .list-item-group{
    padding: 0;
  }
}
