﻿/*手機 First*/
.fcTitle1 {
    border-top: 1px dashed #8b8b8b;
    border-bottom: 1px dashed #8b8b8b;
    font-size:20px;
    color:#55aeb5;
    line-height:30px;
	font-weight: 600;
	padding: 5px 0;
}
.fcContent1 {
    font-size:13px;
    padding: 20px 0; 
    line-height:22px;
    border-bottom:1px dashed #8b8b8b;
}
.fcImg1 {
    padding: 5px 0 20px 0; 
}
.fcImg1 img {
    width: 95px;
}
.fcTitle2 {
    margin-top:5px;
    font-size:14px;
    color:#55aeb5;
    height:14px;
    line-height:14px;
}
 .fcTitle2 img {
    width:14px;
}

/*平版*/
@media only screen and (min-width: 320px) {
    .fcImg1 img {
        width: 82px;
    }
    .fcTitle2 img {
        width:16px;
    }
}
@media screen and (min-width: 390px) and (max-width: 430px) {
    .fcImg1 img {
        width: 90px;
    }
    .fcTitle2 img {
        width:16px;
    }
}
@media only screen and (min-width: 481px) {
    .fcTitle1 {
        font-size:20px;        
        line-height:40px;
    }
    .fcContent1 {
        font-size:15px;
        padding:10px 0px 10px 0px; 
        line-height:25px;
    }
    .fcImg1 {
        padding:10px 0px 10px 10px; 
    }
    .fcImg1 img {
        width:85px;
    }
    .fcTitle2 {
        font-size:16px;        
        height:16px;
        line-height:16px;
    }
    .fcTitle2 img {
        width:16px;
    }
}
@media only screen and (min-width: 712px) {
    .fcImg1 img {
        width: 90px;
    }
    .fcTitle2 img {
        width:16px;
    }
}
/*電腦*/
@media only screen and (min-width: 801px) {
    .fcTitle1 {        
        font-size:25px;        
        line-height:40px;
		font-weight: 600;
    }
    .fcImg1 {
        padding: 10px 0 20px 0; 
    }
    .fcImg1 img {
        width:95px;
    }
    .fcTitle2 {
        font-size:19px;
        height:19px;
        line-height:19px;
    }
    .fcTitle2 img {
        width:19px;
    }
}
