﻿
/*按钮样式*/
.btn_leaf_bg_hs {
    color: #fff;

	font-size: 20px;
	height: 35px;
	line-height: 35px;
	/*width: 120px;*/
	 border: none;
	border-radius: 20px;
	text-align: center;
	background: #911418;
     cursor: pointer;
    padding: 1px 12px;
}

.btn_leaf_bg_hs1 {
    color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	width: 120px;
	/*float: left;*/
	border-radius: 20px;
	text-align: center;
	background: #911418;
      cursor: pointer;
       margin: 4px 6px;
       
}
.btn_leaf_bg_hs1:before {
    content: "  ";
       
}



.btn_leaf_bg_hs_v1 {
    color: #fff;

	font-size: 14px;
	height: 25px;
	line-height: 25px;
	/*width: 120px;*/
	 border: none;
	border-radius: 20px;
	text-align: center;
	background: #911418;
     cursor: pointer;
    padding: 1px 12px;
     margin: 4px 2px;
}

.btn_leaf_bg_hs_v1:hover{
  
	background:  #FFCB1F;
  
}


.btn_leaf_bg_hs_v1.active{
  
	background:  #FFCB1F;
  
}





.btn_leaf_bg_hs_v2 {
    color: #fff;

	font-size: 14px;
	height: 30px;
	line-height: 30px;
	/*width: 120px;*/
	 border: none;
	border-radius: 20px;
	text-align: center;
	background: #911418;
     cursor: pointer;
    padding: 1px 12px;
     /*margin: 4px 2px;*/
    width: 110px  ;
    box-sizing: border-box;
    display: block;
}
.btn_leaf_bg_hs_v2:hover{
  
	/*background:  #FFCB1F;*/
    color: #fff !important;
  /*border-radius: 1px;*/
}


.btn_leaf_bg_hs_v2.active{
  
	background:  #FFCB1F;
  
}



.btn_leaf_bg_hs_v3 {
    color: #fff;

	font-size: 14px;
	height: 30px;
	line-height: 30px;
	/*width: 120px;*/
	 border: none;

	text-align: center;
	background: #911418;
     cursor: pointer;
    padding: 1px 12px;
     /*margin: 4px 2px;*/
    width: 110px  ;
    box-sizing: border-box;
    display: block;
}
.btn_leaf_bg_hs_v3.active{
  
	background:  #FFCB1F;
  
}

 /*<input id="btnadd" type="button" value="发布活动" class="btn_leaf_bg_hs_v4" />*/
.btn_leaf_bg_hs_v4 {
    color: #fff;

	font-size: 14px;
	height: 30px;
	line-height: 30px;
	/*width: 120px;*/
	 border: none;

	text-align: center;
	background: #911418;
     cursor: pointer;
    padding: 1px 12px;
     /*margin: 4px 2px;*/
    width: 110px  ;
    box-sizing: border-box;
    display: inline-block;
}
.btn_leaf_bg_hs_v4.active {
    background:  #FFCB1F;
}

 /*<input id="btnadd" type="button" value="发布活动" class="btn_leaf_bg_hs_v5" />*/
.btn_leaf_bg_hs_v5 {
    color: #fff;

	font-size: 14px;
	height: 30px;
	line-height: 30px;
	/*width: 120px;*/
	 border: none;

	text-align: center;
	background: #911418;
     cursor: pointer;
    padding: 1px 12px;
     /*margin: 4px 2px;*/
    width: auto  ;
    box-sizing: border-box;
    display: inline-block;
}
.btn_leaf_bg_hs_v5.item3 {
    margin-bottom: 10px;
}
.btn_leaf_bg_hs_v5.active {
    background:  #FFCB1F;
}
@media screen and (max-device-width: 1024px) {
    .btn_leaf_bg_hs_v5 {
     color: #fff;

	font-size: 13px;
	height: 25px;
	line-height: 25px;
	/*width: 120px;*/
	 border: none;

	text-align: center;
	background: #911418;
     cursor: pointer;
    padding: 1px 12px;
     /*margin: 4px 2px;*/
    width: auto  ;
    box-sizing: border-box;
    display: inline-block;
}
}




/*绿色*/
.btn_leaf_bg_green {
    color: #fff;

	font-size: 20px;
	height: 35px;
	line-height: 35px;
	/*width: 120px;*/
	 border: none;
	border-radius: 20px;
	text-align: center;
	background: #008000;
     cursor: pointer;
    padding: 1px 12px;
}

/*------------------------*/

.btn_leaf_bg_green_v1 {
    background-color: #019C3E; /* Green */
    border: none;
    color: white;
    padding: 1px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    min-width: 80px;
    
    border-radius: 2px;
  
}
@media screen and (max-device-width: 1024px) {
    .btn_leaf_bg_green_v1 {
     background-color: #019C3E; /* Green */
    border: none;
    color: white;
    padding: 1px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    min-width: 60px;
    
    border-radius: 2px;
       
}
}


.btn_leaf_bg_green_v1:hover{
  
	/*background: #000;*/
    background: #ffcb1f;
    color: #fff;
    text-underline: none;
  
}


.btn_leaf_bg_green_v1.active{
  
	/*background: #000;*/
      background: #ffcb1f;
  
}


.btn_leaf_bg_green_v2 {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    /*margin: 4px 2px;*/
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    width: 80px;
    
    border-radius: 2px;
  
}
@media screen and (max-device-width: 1024px) {
   .btn_leaf_bg_green_v2  {
     background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 1px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    /*margin: 4px 2px;*/
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    width: 60px;
    
    border-radius: 2px;
}
}




.btn_leaf_bg_green_v3 {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    /*margin: 4px 2px;*/
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    width: 80px;
    
    border-radius: 2px;
  
}
@media screen and (max-device-width: 1024px) {
   .btn_leaf_bg_green_v3  {
     background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 1px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    /*margin: 4px 2px;*/
    cursor: pointer;
    height: 30px;
    line-height: 30px;
       min-width: 100px;
    
    border-radius: 2px;
}
}



.btn_leaf_bg_green_v4 {
    background-color: #019C3E; /* Green */
    border: none;
    color: white;
    padding: 1px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    min-width: 80px;
    
    border-radius: 2px;
    letter-spacing:5px;
}
@media screen and (max-device-width: 1024px) {
    .btn_leaf_bg_green_v4 {
     background-color: #019C3E; /* Green */
    border: none;
    color: white;
    padding: 1px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    min-width: 60px;
    
    border-radius: 2px;
        letter-spacing:5px;
}
}


.btn_leaf_bg_green_v4:hover{
  
	/*background: #000;*/
    background: #ffcb1f;
    color: #fff;
    text-underline: none;
  
}


.btn_leaf_bg_green_v4.active{
  
	/*background: #000;*/
      background: #ffcb1f;
  
}



/*------------------------*/

.btn_leaf_bg_green_v5 {
    background-color: #2A3542; /* Green */
    border: none;
    color: white;
    padding: 1px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    min-width: 80px;
    
    border-radius: 2px;
  
}
@media screen and (max-device-width: 1024px) {
    .btn_leaf_bg_green_v5 {
     background-color: #2A3542; /* Green */
    border: none;
    color: white;
    padding: 1px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    min-width: 60px;
    
    border-radius: 2px;
       
}
}


.btn_leaf_bg_green_v5:hover{
  
	/*background: #000;*/
    background: #ffcb1f;
    color: #fff;
    text-underline: none;
  
}


.btn_leaf_bg_green_v5.active{
  
	/*background: #000;*/
      background: #ffcb1f;
  
}



/*绿色***************************************************************/



.btn_leaf_bg_yellow {
    color: #fff;

	font-size: 20px;
	height: 35px;
	line-height: 35px;
	/*width: 120px;*/
	 border: none;
	border-radius: 20px;
	text-align: center;
	background: #FFCB1F;
     cursor: pointer;
    padding: 1px 12px;
}



/*黑色按钮*/
.btn_leaf_bg_black_v1 {
    background-color: #000000; 
    border: none;
    color: white;
    padding: 1px 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    width: 80px;
    border-radius: 2px;
}


/*白色背景透明，字体白色，主要应用在容器有背景色的时候*/
/*白色按钮*/
@media screen and (max-device-width: 1024px) {
    .btn_leaf_bg_white_v1 {
        background-color: transparent;
        /*border: none;*/
        color: white;
        padding: 1px 1px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 13px;
        margin: 2px 2px;
        cursor: pointer;
        height: 30px;
        line-height: 30px;
        width: 65px;
        /*border-radius: 2px;*/
    }
}

/*白色背景透明，字体黑色*/
@media screen and (max-device-width: 1024px) {
    .btn_leaf_bg_white_v2 {
        background-color: transparent;
        /*border: none;*/
        color: #000000;
        padding: 1px 1px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 13px;
        margin: 2px 2px;
        cursor: pointer;
        height: 25px;
        line-height: 25px;
        width: 65px;
        /*border-radius: 2px;*/
    }
}